From 0a65ed3ddaa532ad742a2176707de505a62797a2 Mon Sep 17 00:00:00 2001 From: Zan1456 <62830223+Zan1456@users.noreply.github.com> Date: Sun, 8 Jun 2025 22:23:25 +0200 Subject: [PATCH] Removed logs --- global/theme.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/global/theme.js b/global/theme.js index 498b5b7..0430b8a 100644 --- a/global/theme.js +++ b/global/theme.js @@ -11,11 +11,8 @@ action: 'themeChanged', theme: actualTheme }).catch(() => { - - console.log('Extension context not available for theme sync'); + }); - - console.log('Theme set to:', actualTheme); } catch (error) { console.error('Error setting theme:', error); } @@ -41,8 +38,6 @@ shortcutIcon.href = chrome.runtime.getURL('images/firka_logo_128.png'); document.head.appendChild(shortcutIcon); } - - console.log('Page title and favicon updated to Firka'); } catch (error) { console.error('Error setting page title and favicon:', error); }