diff --git a/src/jio.storage/gidstorage.js b/src/jio.storage/gidstorage.js
index 97da5edba82b47979f978ec450a67d3723cc8188..aa89549ff49884bc26d736e9adcadc1bbcd2d009 100644
--- a/src/jio.storage/gidstorage.js
+++ b/src/jio.storage/gidstorage.js
@@ -385,7 +385,6 @@
         that.addJob('allDocs', priv.sub_storage, {
         }, options, function (response) {
           var result = [], doc_gids = {}, i, row, gid;
-          console.log(JSON.parse(JSON.stringify(response)));
           while ((row = response.rows.shift()) !== undefined) {
             if ((gid = gidFormat(row.doc, priv.constraints)) !== undefined) {
               if (!doc_gids[gid]) {
diff --git a/test/jiotests.js b/test/jiotests.js
index 63e92fbe4aecf05e3be1c53474511fa080af3f2d..85036fd0130d175148d54f878f7a77aabb2b52d2 100644
--- a/test/jiotests.js
+++ b/test/jiotests.js
@@ -8081,8 +8081,6 @@ test("AllDocs", function () {
   o.local_jio.put({"_id": "purple", "identifier": ["p", "d"]})
   o.clock.tick(3000);
 
-  console.log(JSON.parse(JSON.stringify(localStorage)));
-
   o.local_jio.stop();
 
   o.spy(o, 'value', {