diff --git a/public/js/controllers/groupsCtrl.js b/public/js/controllers/groupsCtrl.js index f99a79ec76..8e4b8695dd 100644 --- a/public/js/controllers/groupsCtrl.js +++ b/public/js/controllers/groupsCtrl.js @@ -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");