mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +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) {
|
var emails = _.filter($scope.emails, function(obj) {
|
||||||
return obj.email != '';
|
return obj.email != '';
|
||||||
});
|
});
|
||||||
console.log(emails);
|
|
||||||
return emails;
|
return emails;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user