Skip to content

Commit 3280578

Browse files
committed
fix: remove console.log
1 parent c1ece33 commit 3280578

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package/src/components/Channel/Channel.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,6 @@ const ChannelWithContext = <
679679
VideoThumbnail = VideoThumbnailDefault,
680680
} = props;
681681

682-
console.log('am i really rerendering');
683-
684682
const { thread: threadProps, threadInstance } = threadFromProps;
685683
const StopMessageStreamingButton =
686684
StopMessageStreamingButtonOverride === undefined

0 commit comments

Comments
 (0)