removed unused code

This commit is contained in:
SethBurkart123
2023-12-21 13:23:40 +11:00
parent d56e5b1474
commit 2f32777282
-1
View File
@@ -674,7 +674,6 @@ function main(storedSetting: SettingsState) {
waitForElm('.code').then(AppendElementsToDisabledPage) waitForElm('.code').then(AppendElementsToDisabledPage)
} }
console.log("Enabled > ", storedSetting.onoff)
if (storedSetting.onoff) { if (storedSetting.onoff) {
console.log('[BetterSEQTA+] Enabled') console.log('[BetterSEQTA+] Enabled')
if (DarkMode) document.documentElement.classList.add('dark') if (DarkMode) document.documentElement.classList.add('dark')