Skip to content

Commit 8bd8189

Browse files
author
alxndrsn
committed
remove console.log()
1 parent 7d940a1 commit 8bd8189

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/performance/replication-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module.exports = function (PouchDB, Promise) {
3232
remoteDbs[i] = new PouchDB(remoteCouchUrl, remoteDbOpts);
3333
}
3434

35-
console.log('Generating docs...');
3635
for (i = 0; i < NUM_DOCS; i++) {
3736
for (let j = 0; j < openRevs; j++) {
3837
docs.push({

0 commit comments

Comments
 (0)