From 85320b93192319aa94b52ed63ba90102b406631d Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Sun, 3 Aug 2014 11:47:58 +0200 Subject: [PATCH] fix(console): remove console --- scripts/controllers/rootCtrl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/controllers/rootCtrl.js b/scripts/controllers/rootCtrl.js index 5607a84..2704c45 100644 --- a/scripts/controllers/rootCtrl.js +++ b/scripts/controllers/rootCtrl.js @@ -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';