diff --git a/client/lib/patch-db.ts b/client/lib/patch-db.ts index 389fced..6643efd 100644 --- a/client/lib/patch-db.ts +++ b/client/lib/patch-db.ts @@ -32,9 +32,7 @@ export class PatchDB { private readonly sources$: Observable[]>, private readonly http: Http, private readonly initialCache: DBCache, - ) { - console.log('STARTING PATCH 1') - } + ) { } clean () { this.sourcesSub.unsubscribe()