Remove a console.log
parent
b599ff4e9a
commit
b495bfe794
|
@ -174,7 +174,6 @@ LoginDirective = ($auth, $confirm, $location) ->
|
|||
|
||||
$el.on "submit", (event) ->
|
||||
event.preventDefault()
|
||||
console.log "kaka"
|
||||
submit()
|
||||
|
||||
$el.on "click", "a.button-login", (event) ->
|
||||
|
|
Loading…
Reference in New Issue