Removed logs

This commit is contained in:
Zan1456
2025-06-08 22:23:25 +02:00
parent 5a836947e1
commit 0a65ed3dda

View File

@@ -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);
}