MoodCat / MoodCat.me-Frontend

2 stars 0 forks source link

Get rid of the spam. Can be found in the network tab. #133

Closed TimvdLippe closed 9 years ago

eanker commented 9 years ago

LGTM, trivial

jwgmeligmeyling commented 9 years ago

Can't do this, the absence of this familiar log statement would break my heart :broken_heart:

jwgmeligmeyling commented 9 years ago

How cold you

jwgmeligmeyling commented 9 years ago

TBH It would be better to keep the log statements, but turn the debug related logs off in production:

module.config(function($logProvider){
  $logProvider.debugEnabled(false);
});
TimvdLippe commented 9 years ago

Yes, let's make a seperate issue for that.