From 3f8e9f614bd5e6b8445a585241bcc49ec1d1c25d Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 11 Dec 2023 01:02:42 +0000 Subject: [PATCH] Removed comment --- background.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/background.js b/background.js index 7adb9ff..4ab2db0 100644 --- a/background.js +++ b/background.js @@ -43,14 +43,11 @@ chrome.tabs.onCreated.addListener(function onCreateListener(tab) { } else { if(currentTab.index !== onUpdatedTab.index) { - //if(onUpdatedTab.url.startsWith(finalUrlDestination)) { - console.log("We are in a different tab and will make a push notification"); handleNotification(onUpdatedTab.index); chrome.tabs.onUpdated.removeListener(listener); - // } } else { console.log("We are currently in the same tab. Add value to textbox and submit form");