remove debug output
This commit is contained in:
parent
853606bcc6
commit
f790a809ff
|
@ -15,8 +15,6 @@
|
||||||
# if the user is in the session storage, we're using it. if we have a flag
|
# if the user is in the session storage, we're using it. if we have a flag
|
||||||
# for auto signin then we're trying to sign in.
|
# for auto signin then we're trying to sign in.
|
||||||
autoSignIn: (path) ->
|
autoSignIn: (path) ->
|
||||||
console.log(path)
|
|
||||||
@storeAfterSignInPath(path)
|
|
||||||
if user = sessionStorage.getItem('travis.user')
|
if user = sessionStorage.getItem('travis.user')
|
||||||
@setData(user: JSON.parse(user))
|
@setData(user: JSON.parse(user))
|
||||||
else if localStorage.getItem('travis.auto_signin')
|
else if localStorage.getItem('travis.auto_signin')
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
||||||
1ded0977
|
8a51b157
|
Loading…
Reference in New Issue
Block a user