Skip to content

Commit

Permalink
fix: remove unneeded console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
KraXen72 committed May 27, 2023
1 parent 867081b commit fb1e145
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ ipcRenderer.on('injectClientCSS', (event, { hideAds, menuTimer, quickClassPicker
observer.observe(document.getElementById('instructions'), observerConfig);
}

strippedConsole.log(styleSettingsCSS.quickClassPicker);

// TODO rewrite, this is not well scalable
if (hideAds) {
toggleSettingCSS(styleSettingsCSS.hideAds, 'hideAds', true);
Expand Down

0 comments on commit fb1e145

Please sign in to comment.