diff --git a/client/lib/patch-db.ts b/client/lib/patch-db.ts index b30864e..389fced 100644 --- a/client/lib/patch-db.ts +++ b/client/lib/patch-db.ts @@ -14,7 +14,6 @@ export class PatchDB { private sourcesSub = this.sources$.subscribe(sources => { this.updatesSub = merge(...sources.map(s => s.watch$(this.store))).subscribe({ next: (res) => { - console.log('PatchDB -> subscribedChanges -> JCWM:', { res }) if ('result' in res) { this.store.update(res.result) this.cache$.next(this.store.cache)