Remove log message
This commit is contained in:
parent
de744a6c55
commit
5899654ea5
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
tagName: 'div',
|
||||
itemView: Whisper.ConversationListItemView,
|
||||
sort: function(conversation) {
|
||||
console.log('sorting conversation', conversation.id);
|
||||
var $el = this.$('.' + conversation.cid);
|
||||
if ($el && $el.length > 0) {
|
||||
var index = getInboxCollection().indexOf(conversation);
|
||||
|
|
Loading…
Reference in a new issue