Remove console.log.

stable
Andrey Antukh 2014-09-11 20:23:51 +02:00
parent 3fa4365a3d
commit c9c7de49ae
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ TagLineDirective = ($log, $rs) ->
$model.$setViewValue(normalizeTags(tags))
$scope.$watch $attrs.ngModel, (val) ->
console.log "WATCH", val
renderTags($el, val, editable, $scope.project.tags_colors) if val?
bindOnce $scope, "projectId", (projectId) ->