Commit b4e40fd3 authored by Tristan Cavelier's avatar Tristan Cavelier

Remove console.logs

parent c41d5531
...@@ -942,9 +942,7 @@ jIO.addStorageType("revision", function (spec, my) { ...@@ -942,9 +942,7 @@ jIO.addStorageType("revision", function (spec, my) {
}; };
functions.success = function () { functions.success = function () {
functions.finished -= 1; functions.finished -= 1;
console.log("-1");
if (functions.finished === 0) { if (functions.finished === 0) {
console.log("end");
that.success(result); that.success(result);
} }
}; };
...@@ -992,12 +990,10 @@ jIO.addStorageType("revision", function (spec, my) { ...@@ -992,12 +990,10 @@ jIO.addStorageType("revision", function (spec, my) {
} }
} }
} }
console.log(priv.clone(rows));
functions.finished += 1; functions.finished += 1;
for (i in rows.revision_trees) { for (i in rows.revision_trees) {
if (rows.revision_trees.hasOwnProperty(i)) { if (rows.revision_trees.hasOwnProperty(i)) {
functions.finished += 1; functions.finished += 1;
console.log("+1");
if (rows.revision_trees[i].doc) { if (rows.revision_trees[i].doc) {
setTimeout(functions.falseResponseGenerator( setTimeout(functions.falseResponseGenerator(
rows.revision_trees[i].doc, rows.revision_trees[i].doc,
......
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