From 1860496ef8f7584e1dbf504af29065aa0e43add0 Mon Sep 17 00:00:00 2001 From: Lordmau5 Date: Sat, 27 Jun 2020 03:13:45 +0200 Subject: [PATCH] Remove commented owner info --- src/sites/twitch-twilight/modules/chat/input.jsx | 7 ------- 1 file changed, 7 deletions(-) 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++) {