Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
devgeeks committed Sep 21, 2017
1 parent 95f7445 commit 7b534c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export default class Echidnajs {
return Object.assign(doc, newDoc);
},
outgoing(doc) {
console.log('outgoing', doc, new Date());
const keys = Object.keys(doc);
const newDoc = {};
let error;
Expand Down Expand Up @@ -87,6 +86,6 @@ export default class Echidnajs {
close() {
this.remote.close();
this.pouch.close();
console.log('closed');
// console.log('closed');
}
}

0 comments on commit 7b534c6

Please sign in to comment.