aboutsummaryrefslogtreecommitdiff
path: root/src/util/query.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/query.ts')
-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}`,
- );
};
});
}