MessageView: Remove logging

This commit is contained in:
Scott Nonnenberg 2018-04-18 14:48:20 -07:00
parent afad1a8d77
commit d4220e278d
No known key found for this signature in database
GPG key ID: 5F82280C35134661

View file

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