diff --git a/db/index.js b/db/index.js index 2fcdc5a..7722ec9 100644 --- a/db/index.js +++ b/db/index.js @@ -203,7 +203,6 @@ export function requestHash(type, pw) { } export async function changeEncryptionAndRestartApp(hash) { - console.log('this runs') let key if (hash) key = hashToInt8Array(hash) const defaultPath = db.path