mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 21:28:52 +00:00
Removed unnecessary console.log
This commit is contained in:
parent
be831d864a
commit
9406b3cf70
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', '
|
|||
});
|
||||
}
|
||||
$scope.clearFlagCount = function(message, groupId) {
|
||||
console.log("Heeey");
|
||||
Groups.Group.clearFlagCount({gid: groupId, messageId: message.id}, undefined, function(data){
|
||||
message.flagCount = 0;
|
||||
Notification.text("Flags cleared");
|
||||
|
|
|
|||
Loading…
Reference in a new issue