1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Remove console.log

This commit is contained in:
Daniel James Smith
2021-09-30 16:58:48 +02:00
parent 23517272fd
commit 418f37de8c

View File

@@ -338,7 +338,6 @@ export default class RuntimeBackground {
} }
private async addLogin(loginInfo: any, tab: any) { private async addLogin(loginInfo: any, tab: any) {
console.log('addLogin triggered');
const loginDomain = Utils.getDomain(loginInfo.url); const loginDomain = Utils.getDomain(loginInfo.url);
if (loginDomain == null) { if (loginDomain == null) {
return; return;