diff --git a/manifest.json b/manifest.json index d685b7e4b..8e21d8208 100644 --- a/manifest.json +++ b/manifest.json @@ -4,8 +4,8 @@ "name": "GNU Taler Wallet (git)", "description": "Privacy preserving and transparent payments", "author": "GNU Taler Developers", - "version": "0.6.31", - "version_name": "0.1.7", + "version": "0.6.32", + "version_name": "0.1.8", "minimum_chrome_version": "49", "minimum_opera_version": "36", 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 = () => { diff --git a/tsconfig.json b/tsconfig.json index d00d1c2b1..cbd1d173f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -45,12 +45,12 @@ "src/background/background.ts", "src/content_scripts/notify.ts", "src/emscripten/taler-emscripten-lib.d.ts", + "src/popup/popup.tsx", "src/pages/show-db.ts", "src/pages/confirm-contract.tsx", "src/pages/confirm-create-reserve.tsx", "src/pages/error.tsx", "src/pages/logs.tsx", - "src/pages/tree.tsx", - "src/popup/popup.tsx" + "src/pages/tree.tsx" ] } \ No newline at end of file