mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Remove console log
This commit is contained in:
parent
53531ae296
commit
cac5770649
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue