From 9406b3cf7003a52c8e157dc2a0a52f76cfd0a506 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 18 Dec 2014 22:36:52 -0600 Subject: [PATCH] Removed unnecessary console.log --- public/js/controllers/groupsCtrl.js | 1 - 1 file changed, 1 deletion(-) 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");