diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-05-11 18:19:43 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-05-11 18:19:43 +0530 |
commit | d9433a2116541160ed82f6780116c1c70afe4e2f (patch) | |
tree | ded9ab549e3a93dfaf6902f61c1521e5e44114a7 /src/util | |
parent | 5d6192b0cd356f7e56fa8d6193a2e74233a52f4b (diff) |
logging
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/query.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/query.ts b/src/util/query.ts index 401d22e71..be319049b 100644 --- a/src/util/query.ts +++ b/src/util/query.ts @@ -436,9 +436,6 @@ export function openDatabase( throw Error("upgrade needed, but new version unknown"); } onUpgradeNeeded(db, e.oldVersion, newVersion); - console.log( - `DB: upgrade needed: oldVersion=${e.oldVersion}, newVersion=${e.newVersion}`, - ); }; }); } |