Remove log message
This commit is contained in:
parent
53fdc6a551
commit
f8a3ae158c
1 changed files with 0 additions and 3 deletions
|
@ -69,9 +69,6 @@
|
|||
|
||||
return this.getUnread().then(function(unreadMessages) {
|
||||
this.save({unreadCount: unreadMessages.length});
|
||||
if (unreadMessages.length) {
|
||||
console.log(this.id, 'unread messages:', unreadMessages.pluck('sent_at'));
|
||||
}
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue