cicscareers / 320-S20-Track1

Integration Track 1
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Remove all console logs from frontend before Sept #413

Open ishchhabra opened 4 years ago

ishchhabra commented 4 years ago

Remove all logs and warnings from the console before production because they just look tooooooo ugly and slow the performance for no real reason. Logs are only needed for testing, not a live site.

mattrheault commented 4 years ago

Hey! Give https://github.com/cicscareers/320-S20-Track1/pull/421 a quick read, there's a section in there about updating our eslint config! Basically, we can configure eslint to auto-remove any unwanted console logs or debugger statements so that we don't have to 🙂