[backport] remove console.log ¬¬

stable
Juanfran 2015-03-27 12:11:32 +01:00
parent b075acdef2
commit f90f08e9e5
1 changed files with 0 additions and 1 deletions

View File

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