mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
core: remove log
This commit is contained in:
@@ -604,11 +604,6 @@ class UserManager {
|
||||
data.encryptionKey = data.encryptionKey || (await this.getMasterKey());
|
||||
|
||||
const updateUserPayload: Partial<User> = {};
|
||||
console.log(
|
||||
"Has encryption key",
|
||||
!!data.encryptionKey,
|
||||
await this.getMasterKey()
|
||||
);
|
||||
if (data.encryptionKey) {
|
||||
const newMasterKey = await this.db
|
||||
.storage()
|
||||
|
||||
Reference in New Issue
Block a user