Commit 324c9728 authored by Tristan Cavelier's avatar Tristan Cavelier

console.logs removed

parent 637cbbc0
...@@ -385,7 +385,6 @@ ...@@ -385,7 +385,6 @@
that.addJob('allDocs', priv.sub_storage, { that.addJob('allDocs', priv.sub_storage, {
}, options, function (response) { }, options, function (response) {
var result = [], doc_gids = {}, i, row, gid; var result = [], doc_gids = {}, i, row, gid;
console.log(JSON.parse(JSON.stringify(response)));
while ((row = response.rows.shift()) !== undefined) { while ((row = response.rows.shift()) !== undefined) {
if ((gid = gidFormat(row.doc, priv.constraints)) !== undefined) { if ((gid = gidFormat(row.doc, priv.constraints)) !== undefined) {
if (!doc_gids[gid]) { if (!doc_gids[gid]) {
......
...@@ -8081,8 +8081,6 @@ test("AllDocs", function () { ...@@ -8081,8 +8081,6 @@ test("AllDocs", function () {
o.local_jio.put({"_id": "purple", "identifier": ["p", "d"]}) o.local_jio.put({"_id": "purple", "identifier": ["p", "d"]})
o.clock.tick(3000); o.clock.tick(3000);
console.log(JSON.parse(JSON.stringify(localStorage)));
o.local_jio.stop(); o.local_jio.stop();
o.spy(o, 'value', { o.spy(o, 'value', {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment