From 4f7a130ebc2da6767e9db161ddf04b243dc2d0e3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 19 Nov 2016 21:24:39 +0100 Subject: remove debug log --- src/query.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/query.ts') diff --git a/src/query.ts b/src/query.ts index 2c5a6002f..30633b0af 100644 --- a/src/query.ts +++ b/src/query.ts @@ -316,7 +316,6 @@ class QueryStreamIndexJoinLeft extends QueryStreamBase extends QueryStreamBase> { f(true, undefined, tx); return; } - console.log("joining on", this.key(value)); let s = tx.objectStore(this.storeName); let req = s.openCursor(IDBKeyRange.only(this.key(value))); req.onsuccess = () => { -- cgit v1.2.3