core: remove log

This commit is contained in:
Ammar Ahmed
2026-02-16 15:04:05 +05:00
parent 75c8ca29ef
commit fe143f66b7

View File

@@ -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()