From 2ca4b256b38af0ce77acd1824b143b41920f707a Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Mon, 20 Dec 2021 13:42:39 -0700 Subject: [PATCH] Update patch-db.ts --- client/lib/patch-db.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()