From 52f162a3ef601bcc9f6b6e1fcca0208c594053b8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 14 Nov 2019 17:18:20 +0100 Subject: remove more bad logging --- src/query.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/query.ts') diff --git a/src/query.ts b/src/query.ts index 5426b9c06..7c9390467 100644 --- a/src/query.ts +++ b/src/query.ts @@ -465,7 +465,6 @@ class QueryStreamIndexJoin extends QueryStreamBase> { return; } const joinKey = this.key(value); - console.log("***** JOINING ON", joinKey); const s = tx.objectStore(this.storeName).index(this.indexName); const req = s.openCursor(IDBKeyRange.only(joinKey)); req.onsuccess = () => { -- cgit v1.2.3