sudo-rgorai / DarkSite

A chrome extension to embrace your Dark Side!
MIT License
11 stars 19 forks source link

Clear console logs from the js files #17

Closed Godzilla5111 closed 3 years ago

Godzilla5111 commented 3 years ago

Currently, there are a lot of console logs in the script files, which may be necessary for debugging purpose, but need not be shown to the users! I think we can clear them out from the script files in order to avoid unnecessary things being logged into the user's console, and hence, enhance the user's experience.

sudo-rgorai commented 3 years ago

Yes. A great issue. Thanks for pointing it out. While you're at it, please see if there's any unused commented code that needs to be cleaned as well. Thanks.

Godzilla5111 commented 3 years ago

Sure! I will cleanup the code and send a PR👍