remove leftover logging
This commit is contained in:
parent
3556878a1e
commit
ccda93cc82
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue