We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d940a1 commit 8bd8189Copy full SHA for 8bd8189
tests/performance/replication-test.js
@@ -32,7 +32,6 @@ module.exports = function (PouchDB, Promise) {
32
remoteDbs[i] = new PouchDB(remoteCouchUrl, remoteDbOpts);
33
}
34
35
- console.log('Generating docs...');
36
for (i = 0; i < NUM_DOCS; i++) {
37
for (let j = 0; j < openRevs; j++) {
38
docs.push({
0 commit comments