Remove console.log line
This commit is contained in:
@@ -213,7 +213,6 @@ define [
|
||||
|
||||
modalInstance.result.then(
|
||||
(tag) ->
|
||||
console.log "Created tag", tag
|
||||
$scope.tags.push tag
|
||||
$scope.addSelectedProjectsToTag(tag)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user