Skip to content

Commit 52a936d

Browse files
committed
remove console.log
1 parent 12983bf commit 52a936d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/services/session.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export default Service.extend({
3939

4040
validate() {
4141
const token = this.getCookieToken()
42-
console.log('cookie token', token)
4342
if (Ember.isEmpty(token)) {
4443
this.set('data', null)
4544
this.set('isAuthenticated', false)

0 commit comments

Comments
 (0)