Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 8d3cabf

Browse files
committed
code cleanup
1 parent 953ecc0 commit 8d3cabf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

js/views/chatConversationVw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ module.exports = baseVw.extend({
8282
this.scrollHandler = __.bind(
8383
__.throttle(this.onScroll, 100), this
8484
);
85-
8685

8786
$(document).on('click', this.onDocumentClick.bind(this));
8887
},

js/views/chatVw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ module.exports = baseVw.extend({
428428
},
429429

430430
closeConversation: function() {
431-
console.log('close convo yo');
432431
this.$('.chatConversationHeads').removeClass('chatConversationHeadsCompressed textOpacity50');
433432
this.$('.chatSearch').removeClass('textOpacity50');
434433
this.$convoContainer.addClass('chatConversationContainerHide');

0 commit comments

Comments
 (0)