1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

Removed log of item contents as it was introducing view cache data to console logs

This commit is contained in:
Todd Martin
2025-03-22 18:41:13 -04:00
parent f176b752c3
commit d090526451

View File

@@ -90,7 +90,6 @@ export class LocalBackedSessionStorageService
this.logService.warning(
`Possible unnecessary write to local session storage. Key: ${key}`,
);
this.logService.warning(obj as any);
}
} catch (err) {
this.logService.warning(`Error while comparing values for key: ${key}`);