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
1 changed files with 0 additions and 1 deletions

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;