From daf33f9174c98328d7fe36db02d3301eb934ad6c Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Fri, 8 Nov 2013 22:37:40 +0100 Subject: [PATCH] remove console.log --- public/js/controllers/notificationCtrl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/controllers/notificationCtrl.js b/public/js/controllers/notificationCtrl.js index 5d3b6aa233..618964f70f 100644 --- a/public/js/controllers/notificationCtrl.js +++ b/public/js/controllers/notificationCtrl.js @@ -45,7 +45,6 @@ habitrpg.controller('NotificationCtrl', $rootScope.$watch('user.items.pets.length', function(after, before){ if(after === before || after < 90) return; - console.log("found!") User.user.achievements.beastMaster = true; $rootScope.modals.achievements.beastMaster = true; })