Remove unnecessary console.log sentences

stable
David Barragán Merino 2015-05-11 15:32:38 +02:00
parent 6ab9473f78
commit d434b29a25
3 changed files with 1 additions and 3 deletions

View File

@ -267,7 +267,7 @@ AttachmentDirective = ($template, $compile, $translate) ->
isDeprecated: attachment.is_deprecated isDeprecated: attachment.is_deprecated
modifyPermission: modifyPermission modifyPermission: modifyPermission
} }
console.log ctx.title
if edit if edit
html = $compile(templateEdit(ctx))($scope) html = $compile(templateEdit(ctx))($scope)
else else

View File

@ -51,7 +51,6 @@ ImportProjectButtonDirective = ($rs, $confirm, $location, $navUrls, $translate)
onError = (result) -> onError = (result) ->
loader.stop() loader.stop()
console.log "Error", result
errorMsg = $translate.instant("PROJECT.IMPORT.ERROR") errorMsg = $translate.instant("PROJECT.IMPORT.ERROR")
if result.status == 429 # TOO MANY REQUESTS if result.status == 429 # TOO MANY REQUESTS

View File

@ -138,7 +138,6 @@ MarkitupDirective = ($rootscope, $rs, $selectedText, $template, $compile, $trans
markItUp.donotparse = indices markItUp.donotparse = indices
urlFormatting = (markItUp) -> urlFormatting = (markItUp) ->
console.log(markItUp.donotparse)
regex = /<<</gi regex = /<<</gi
result = 0 result = 0
startIndex = 0 startIndex = 0