From 2552a01efc13b1a3216eb823bc9eefef6c2c7edc Mon Sep 17 00:00:00 2001 From: Julia Friesel Date: Fri, 2 Nov 2018 15:25:40 +0100 Subject: [PATCH] Remove debug log --- db/index.js | 1 - 1 file changed, 1 deletion(-) 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