summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-11 18:19:43 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-11 18:19:43 +0530
commitd9433a2116541160ed82f6780116c1c70afe4e2f (patch)
treeded9ab549e3a93dfaf6902f61c1521e5e44114a7 /src/util
parent5d6192b0cd356f7e56fa8d6193a2e74233a52f4b (diff)
downloadwallet-core-d9433a2116541160ed82f6780116c1c70afe4e2f.tar.gz
wallet-core-d9433a2116541160ed82f6780116c1c70afe4e2f.tar.bz2
wallet-core-d9433a2116541160ed82f6780116c1c70afe4e2f.zip
logging
Diffstat (limited to 'src/util')
-rw-r--r--src/util/query.ts3
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}`,
- );
};
});
}