Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Oct 31, 2024
1 parent 2e2d63e commit 4f3d8c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tbot/web/ui/live_chat/components/parse_emotes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export function useParseEmotes({ channelId }) {
new TwitchEmote(fetcher.channels.get(channelId), emote.id, emote)
);
}
console.log(emotes.map((emote) => emote.toObject()));
fetcher.fromObject(emotes.map((emote) => emote.toObject()));
setLoading(false);
})
Expand Down

0 comments on commit 4f3d8c8

Please sign in to comment.