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
modifyPermission: modifyPermission
}
console.log ctx.title
if edit
html = $compile(templateEdit(ctx))($scope)
else

View File

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

View File

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