Skip to content

Commit 730b2c3

Browse files
committed
chore: remove console.logs
1 parent b03e78c commit 730b2c3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package/src/components/Channel/Channel.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,6 @@ const ChannelWithContext = <
818818

819819
// only update channel state if the events are not the previously subscribed useEffect's subscription events
820820
if (channel && channel.initialized) {
821-
console.log('COPYING CHANNEL STATE LOL');
822821
copyChannelState();
823822
}
824823
}

package/src/components/MessageList/MessageList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ const MessageListWithContext = <
617617
setTimeout(() => {
618618
channelResyncScrollSet.current = true;
619619
if (channel.countUnread() > 0) {
620-
console.log('marking read');
621620
markRead();
622621
}
623622
}, 500);

0 commit comments

Comments
 (0)