diff --git a/src/sites/twitch-twilight/modules/chat/input.jsx b/src/sites/twitch-twilight/modules/chat/input.jsx index fbf4e0d8..db7919ab 100644 --- a/src/sites/twitch-twilight/modules/chat/input.jsx +++ b/src/sites/twitch-twilight/modules/chat/input.jsx @@ -503,13 +503,6 @@ export default class Input extends Module { const owner = inst.props.emotes[i].owner; if (owner && this.emotes.isSetHidden('twitch', owner.id)) { continue; - - // // In case we do still need the owner information - // filteredSet.owner = owner; - - // if (this.emotes.isSetHidden('twitch', owner.id)) { - // continue; - // } } for (let i = 0; i < set.emotes.length; i++) {