@archaeous Yes, you should of course delete all unneccessary console-logs after you have found your BUG. I use console-logs, just either for DEBUGGING, or to understand my code, a little bit better, if the code gets more complex.
If everything is working, delete all anymore needed logs, and just do add some COMMENTS for later coding.