From f90f08e9e5fe3b548a0182dfd3a0154c75839a32 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Fri, 27 Mar 2015 12:11:32 +0100 Subject: [PATCH] =?UTF-8?q?[backport]=20remove=20console.log=20=C2=AC?= =?UTF-8?q?=C2=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/coffee/modules/common/estimation.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/coffee/modules/common/estimation.coffee b/app/coffee/modules/common/estimation.coffee index 09b11e5e..3a5f4a83 100644 --- a/app/coffee/modules/common/estimation.coffee +++ b/app/coffee/modules/common/estimation.coffee @@ -40,7 +40,6 @@ LbUsEstimationDirective = ($tgEstimationsService, $rootScope, $repo, $confirm, $ link = ($scope, $el, $attrs, $model) -> $scope.$watch $attrs.ngModel, (us) -> - console.log "watch" if us estimationProcess = $tgEstimationsService.create($el, us, $scope.project) estimationProcess.onSelectedPointForRole = (roleId, pointId) ->