Skip to content

Commit 07a7c77

Browse files
committed
fix: remove console.log
1 parent be7b6a4 commit 07a7c77

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
@@ -1690,8 +1690,6 @@ const ChannelWithContext = (props: PropsWithChildren<ChannelPropsWithContext>) =
16901690
overrideCapabilities: overrideOwnCapabilities,
16911691
});
16921692

1693-
console.log('TEST: ', maximumMessageLimit);
1694-
16951693
const channelContext = useCreateChannelContext({
16961694
channel,
16971695
channelUnreadState,

0 commit comments

Comments
 (0)