From b23e6fa3d25966adec68cd2a3f3936e758c3b775 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 13 Dec 2020 15:55:38 -0500 Subject: [PATCH] Remove commented lines --- src/popup.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/popup.ts b/src/popup.ts index a7023070..6dd8ef85 100644 --- a/src/popup.ts +++ b/src/popup.ts @@ -969,9 +969,6 @@ async function runThePopup(messageListener?: MessageListener) { if (!Config.config.forceChannelCheck) PageElements.whitelistForceCheck.style.display = "unset"; - //PageElements.downloadedSponsorMessageTimes.innerText = chrome.i18n.getMessage("channelWhitelisted"); - //PageElements.downloadedSponsorMessageTimes.style.fontWeight = "bold"; - //save this Config.config.whitelistedChannels = whitelistedChannels;