remove console\.log
parent
a4c62f0d8c
commit
7000d78b77
|
@ -233,8 +233,6 @@ EditableWikiContentDirective = ($window, $document, $repo, $confirm, $loading, $
|
||||||
onError = ->
|
onError = ->
|
||||||
$confirm.notify("error")
|
$confirm.notify("error")
|
||||||
|
|
||||||
console.log $el.find('.save-container')
|
|
||||||
|
|
||||||
currentLoading = $loading()
|
currentLoading = $loading()
|
||||||
.removeClasses("icon-floppy")
|
.removeClasses("icon-floppy")
|
||||||
.target($el.find('.icon-floppy'))
|
.target($el.find('.icon-floppy'))
|
||||||
|
|
Loading…
Reference in New Issue