Commit a68b440b authored by Tristan Cavelier's avatar Tristan Cavelier

splitstorage.js `console.log` removed

parent de9e2e19
......@@ -122,7 +122,6 @@
return [];
}
while ((row = this.response_list[0].rows.shift()) !== undefined) {
console.log('row', row);
to_merge[0] = row;
for (i = 1; i < this.response_list.length; i += 1) {
to_merge[i] = AllDocsResponseMerger.listPopFromRowId(
......@@ -133,7 +132,6 @@
break;
}
}
console.log('to merge', to_merge);
tmp = this.onRowToMerge(to_merge, option || {});
if (tmp !== undefined) {
result[result.length] = tmp;
......
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