Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all console logs #127

Open
djrobotfreak opened this issue Sep 23, 2015 · 1 comment
Open

Remove all console logs #127

djrobotfreak opened this issue Sep 23, 2015 · 1 comment

Comments

@djrobotfreak
Copy link
Collaborator

Time to remove all the default javascript console logs, and switch to using angular $log. This will give us more control over what is shown when, because we can set the level to display (error only, error + log, error+log+debug, etc..) and it's alot cleaner.

This is kind of a major operation, because we have to go into every controller with a console log and add the dependency $log. Then we can find and replace all the console logs.
https://docs.angularjs.org/api/ng/service/$log

@djrobotfreak
Copy link
Collaborator Author

Should be done after #128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant