mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
Remove console log
This commit is contained in:
@@ -55,7 +55,6 @@ habitrpg.controller('InviteToGroupCtrl', ['$scope', 'User', 'Groups', 'injectedG
|
||||
var emails = _.filter($scope.emails, function(obj) {
|
||||
return obj.email != '';
|
||||
});
|
||||
console.log(emails);
|
||||
return emails;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user