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; })