Skip to content

Commit bdc9ef2

Browse files
committed
rm console.log
1 parent abc9954 commit bdc9ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/party/idocument.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class IDocument extends EventEmitter {
144144
const rawDocument = (await this.party.update(value))[0]
145145
debug('doc updated')
146146
if(expectedRevision != reach(rawDocument, '$meta.revision')){
147-
console.log('pull')
147+
debug('pull')
148148
await this.pull()
149149
}
150150
}

0 commit comments

Comments
 (0)