Remove a console.log

stable
David Barragán Merino 2014-07-13 16:27:32 +02:00
parent b599ff4e9a
commit b495bfe794
1 changed files with 0 additions and 1 deletions

View File

@ -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) ->