Removed unnecessary console.log

This commit is contained in:
Blade Barringer 2014-12-18 22:36:52 -06:00
parent be831d864a
commit 9406b3cf70

View file

@ -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");