mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
remove console.log
This commit is contained in:
parent
9f326e7433
commit
daf33f9174
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue