mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
remove leftover logging
This commit is contained in:
parent
3556878a1e
commit
ccda93cc82
@ -257,7 +257,6 @@ async function clearAllStores(db: IDBDatabase, txn: IDBTransaction) {
|
||||
case "session": {
|
||||
await iterateCursor(store.openCursor(), (value, key, cursor) => {
|
||||
if (!(key as string).startsWith(SESSION_E2EE_KEY_PREFIX)) {
|
||||
console.log("deleting", key);
|
||||
cursor.delete();
|
||||
}
|
||||
return NOT_DONE;
|
||||
|
Loading…
Reference in New Issue
Block a user