STEP-Pod-Capstone-Project / Capstone-Project

https://book-book-app.appspot.com
Apache License 2.0
4 stars 0 forks source link

Remove unnecessary alerts, use console logs instead #125

Closed steven-solar closed 4 years ago

steven-solar commented 4 years ago

Often alerts were "too sensitive" and trigger unnecessarily as state loaded, stopping asynchronous calls. In these cases, console logs would be less obtrusive to user experience and allow the platform to function properly.