forked from mystiq/hydrogen-web
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": {
|
case "session": {
|
||||||
await iterateCursor(store.openCursor(), (value, key, cursor) => {
|
await iterateCursor(store.openCursor(), (value, key, cursor) => {
|
||||||
if (!(key as string).startsWith(SESSION_E2EE_KEY_PREFIX)) {
|
if (!(key as string).startsWith(SESSION_E2EE_KEY_PREFIX)) {
|
||||||
console.log("deleting", key);
|
|
||||||
cursor.delete();
|
cursor.delete();
|
||||||
}
|
}
|
||||||
return NOT_DONE;
|
return NOT_DONE;
|
||||||
|
|
Loading…
Reference in a new issue