You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if you fixed this. But googling it the angular log.debug can be disabled using: $logProvider.debugEnabled(false);
in your angular.config i think (inject logProvider)
The logs, whilst handy, are getting really annoying in between stuff I am trying to debug. Is there a way I can turn this off?
The text was updated successfully, but these errors were encountered: