Remove console.log line

This commit is contained in:
James Allen 2016-02-01 10:36:38 +00:00
parent 3d9f326219
commit 1ee0ef2cde

View file

@ -213,7 +213,6 @@ define [
modalInstance.result.then(
(tag) ->
console.log "Created tag", tag
$scope.tags.push tag
$scope.addSelectedProjectsToTag(tag)
)