bastislack / highline-freestyle

Webapp for Highline Freestyle
GNU General Public License v3.0
10 stars 9 forks source link

Remove and refactor console.log()s across entire project #263

Closed JulianDietzel closed 1 year ago

JulianDietzel commented 1 year ago

There were a lot of console.log statements in the code that I strongly assumed were left over from earlier development. I removed a lot, though by far not all of them and refactored many of the remaining ones. The refactoring mainly included changes from console.log to console.warn where appropriate and capitalizing the first word of the message.