From da2496773084e9aba80ce88460707fb6d62a52b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 16 Oct 2014 22:15:08 +0200 Subject: [PATCH] Remove console.log --- app/coffee/modules/userstories/detail.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/coffee/modules/userstories/detail.coffee b/app/coffee/modules/userstories/detail.coffee index e8e21932..8c6e0a66 100644 --- a/app/coffee/modules/userstories/detail.coffee +++ b/app/coffee/modules/userstories/detail.coffee @@ -441,7 +441,6 @@ UsStatusButtonDirective = ($rootScope, $repo, $confirm, $loading) -> render = (us) => status = $scope.statusById[us.status] - console.log isEditable() html = template({ status: status statuses: $scope.statusList