chore(logs): remove redundant console.log statements

This commit is contained in:
sethburkart123
2024-09-09 18:04:04 +10:00
parent 7822d210b2
commit f6a58cda0f
-2
View File
@@ -67,8 +67,6 @@ async function init() {
// wait until settingsState has been loaded from storage
await initializeSettingsState();
console.log(settingsState.onoff)
if (settingsState.onoff) {
enableCurrentTheme()