1
0
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:
Hinton
2020-10-12 21:34:41 +02:00
parent 5b0b07f812
commit d83e2bc117
4 changed files with 13 additions and 10 deletions

View File

@@ -28,11 +28,9 @@ export default class IPC {
this.onMessage(message);
});
/*
ipc.of.bitwarden.on('error', (err: any) => {
console.error('error', err);
});
*/
});
}