1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-09 01:18:22 +02:00

Remove console.log

This commit is contained in:
Daniel James Smith 2021-09-30 16:58:48 +02:00
parent 23517272fd
commit 418f37de8c
No known key found for this signature in database
GPG Key ID: 03E4BD365FF06726

View File

@ -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;