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:
@@ -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}`);
|
||||
|
||||
Reference in New Issue
Block a user