From 2a6cbd39b71cb0e78c12fb053a7810ff908d954c Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Mon, 11 Mar 2019 16:43:18 +0000 Subject: [PATCH] Remove logging --- client/src/builtin/EmoteModule.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/builtin/EmoteModule.js b/client/src/builtin/EmoteModule.js index 83b83a91..d36174c4 100644 --- a/client/src/builtin/EmoteModule.js +++ b/client/src/builtin/EmoteModule.js @@ -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;