File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
package/src/components/Channel Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments