Skip to content

Commit 129ddef

Browse files
committed
chore: remove redundant log
1 parent d4775e9 commit 129ddef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/src/components/Channel/Channel.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,6 @@ const ChannelWithContext = <
755755
() => {
756756
if (channel) {
757757
copyStateFromChannel(channel);
758-
console.log('COPYING ENTIRE STATE FOR BUG', channel.cid);
759758
copyMessagesStateFromChannel(channel);
760759
}
761760
},

0 commit comments

Comments
 (0)