From 15f03b3bcca971781097ac4601e9482be8d32d41 Mon Sep 17 00:00:00 2001 From: Shiba <44804845+DeepDoge@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:06:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=99=20removed=20debug=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scripts/ytContent.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scripts/ytContent.tsx b/src/scripts/ytContent.tsx index 3e8cebc..b54cf43 100644 --- a/src/scripts/ytContent.tsx +++ b/src/scripts/ytContent.tsx @@ -256,7 +256,6 @@ import { getExtensionSettingsAsync, getSourcePlatfromSettingsFromHostname, getTa if (settings.redirect) { const target = (await getTargetsBySources(source))[source.id] if (!target) return - console.log(url.href, urlHrefCache) if (url.href === urlHrefCache) return const lbryURL = getLbryUrlByTarget(target) @@ -276,7 +275,6 @@ import { getExtensionSettingsAsync, getSourcePlatfromSettingsFromHostname, getTa location.replace(lbryURL) } else { - console.log('open', lbryURL.href) openNewTab(lbryURL, document.hasFocus()) if (window.history.length === 1) window.close()