umts / pvta-multiplatform

Transit realtime app for mobile devices
Other
6 stars 5 forks source link

Remove console logs #401

Closed mboneil10 closed 7 years ago

mboneil10 commented 7 years ago

Closes #400

I went through every file and committed changes after checking where deletions occurred. I'll comment the places where I was unsure that I made the right decision.

mboneil10 commented 7 years ago

The comments I made are mostly for myself to research

mboneil10 commented 7 years ago

used find src -type file | xargs sed -i -e '/console.log/d', as recommended by @werebus 👍