Skip to content

Commit

Permalink
fix: remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Aug 22, 2024
1 parent eb636de commit f675ec6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Channel/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1327,10 +1327,6 @@ const ChannelInner = <
);
}

// @ts-ignore
window['channel'] = channel;
// @ts-ignore
window['client'] = client;
return (
<div className={clsx(className, windowsEmojiClass)}>
<ChannelStateProvider value={channelStateContextValue}>
Expand Down

0 comments on commit f675ec6

Please sign in to comment.