mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-03 08:49:50 +01:00
Remove console.log
This commit is contained in:
parent
23517272fd
commit
418f37de8c
@ -338,7 +338,6 @@ export default class RuntimeBackground {
|
||||
}
|
||||
|
||||
private async addLogin(loginInfo: any, tab: any) {
|
||||
console.log('addLogin triggered');
|
||||
const loginDomain = Utils.getDomain(loginInfo.url);
|
||||
if (loginDomain == null) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user