Remove log message

This commit is contained in:
lilia 2016-10-05 18:50:02 +09:00
parent de744a6c55
commit 5899654ea5

View file

@ -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);