remove debug output

This commit is contained in:
Sven Fuchs 2012-10-19 22:24:57 +02:00
parent 853606bcc6
commit f790a809ff
4 changed files with 3 additions and 5 deletions

View File

@ -15,8 +15,6 @@
# 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.
autoSignIn: (path) ->
console.log(path)
@storeAfterSignInPath(path)
if user = sessionStorage.getItem('travis.user')
@setData(user: JSON.parse(user))
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

View File

@ -1 +1 @@
1ded0977
8a51b157