Remove unnecessary console.log sentences
parent
6ab9473f78
commit
d434b29a25
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue