From 418f37de8cb0388a0173126b1c60583008017b9b Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Thu, 30 Sep 2021 16:58:48 +0200 Subject: [PATCH] Remove console.log --- src/background/runtime.background.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/background/runtime.background.ts b/src/background/runtime.background.ts index 2e3ea993c9a..67d23d26ad8 100644 --- a/src/background/runtime.background.ts +++ b/src/background/runtime.background.ts @@ -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;