MessageView: Remove logging

This commit is contained in:
Scott Nonnenberg
2018-04-18 14:48:20 -07:00
parent afad1a8d77
commit d4220e278d

View File

@@ -228,7 +228,6 @@
});
},
onReply() {
console.log('onReply');
this.model.trigger('reply', this.model);
},
onExpired() {