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