mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
remove console log
This commit is contained in:
parent
4f3587af8c
commit
4406cf2dd4
@ -4,8 +4,6 @@ export class SafariApp {
|
||||
static init() {
|
||||
if (BrowserApi.isSafariApi) {
|
||||
(window as any).bitwardenSafariAppMessageReceiver = (message: any) => {
|
||||
// tslint:disable-next-line
|
||||
console.log(message);
|
||||
SafariApp.receiveMessageFromApp(message);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user