mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Use proper logging, fix linting errors.
This commit is contained in:
@@ -28,11 +28,9 @@ export default class IPC {
|
||||
this.onMessage(message);
|
||||
});
|
||||
|
||||
/*
|
||||
ipc.of.bitwarden.on('error', (err: any) => {
|
||||
console.error('error', err);
|
||||
});
|
||||
*/
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user