Skip to content

Commit 51ac0e6

Browse files
committed
chore: remove logs
1 parent 7e01f19 commit 51ac0e6

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
@@ -948,7 +948,6 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
948948
if (!channel.initialized || !channel.state.isUpToDate || !initializeOnMount) {
949949
try {
950950
await channel?.watch();
951-
console.log('WATCHCALLED2');
952951
} catch (err) {
953952
console.warn('Channel watch request failed with error:', err);
954953
setError(true);
@@ -1126,7 +1125,6 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
11261125

11271126
try {
11281127
if (channelMessagesState?.messages) {
1129-
console.log('WATCHCALLED1');
11301128
await channel?.watch({
11311129
messages: {
11321130
limit: channelMessagesState.messages.length + 30,

0 commit comments

Comments
 (0)