mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
chore(logs): remove redundant console.log statements
This commit is contained in:
@@ -66,8 +66,6 @@ async function init() {
|
|||||||
try {
|
try {
|
||||||
// wait until settingsState has been loaded from storage
|
// wait until settingsState has been loaded from storage
|
||||||
await initializeSettingsState();
|
await initializeSettingsState();
|
||||||
|
|
||||||
console.log(settingsState.onoff)
|
|
||||||
|
|
||||||
if (settingsState.onoff) {
|
if (settingsState.onoff) {
|
||||||
enableCurrentTheme()
|
enableCurrentTheme()
|
||||||
|
|||||||
Reference in New Issue
Block a user