Improved logging.
This commit is contained in:
parent
28b3ee1d65
commit
b0b394b091
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class App.Auth
|
|||
App.Event.trigger('clearStore')
|
||||
|
||||
@_loginError: ->
|
||||
App.Log.error 'Auth', '_loginError:error'
|
||||
App.Log.debug 'Auth', '_loginError:error'
|
||||
|
||||
# empty session
|
||||
App.Session.init()
|
||||
|
|
Loading…
Reference in a new issue