Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(console): remove console
  • Loading branch information
paglias committed Aug 3, 2014
1 parent 11fc00d commit 85320b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/controllers/rootCtrl.js
Expand Up @@ -42,7 +42,6 @@ habitrpg.controller('RootCtrl',

// styling helpers
$rootScope.userLevelStyle = function(user,style){
console.log(user);
style = style || '';
if(user && user.backer && user.backer.npc)
style += ' label-npc';
Expand Down

0 comments on commit 85320b9

Please sign in to comment.