We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12983bf commit 52a936dCopy full SHA for 52a936d
app/services/session.js
@@ -39,7 +39,6 @@ export default Service.extend({
39
40
validate() {
41
const token = this.getCookieToken()
42
- console.log('cookie token', token)
43
if (Ember.isEmpty(token)) {
44
this.set('data', null)
45
this.set('isAuthenticated', false)
0 commit comments