Remove logging

This commit is contained in:
Samuel Elliott 2019-03-11 16:43:18 +00:00
parent ce5bcb9b85
commit 2a6cbd39b7
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 0 additions and 2 deletions

View File

@ -320,8 +320,6 @@ export default new class EmoteModule extends BuiltinModule {
* Handle MessageAccessories render
*/
afterRenderMessageAccessories(component, args, retVal) {
Logger.log('Rendering emote MessageAccessories', [component, args, retVal]);
if (!component.props || !component.props.message) return;
if (!component.props.message.attachments || component.props.message.attachments.length !== 1) return;