Skip to content

Commit a6fedbc

Browse files
committed
fix: remove debug stuff
1 parent 408970a commit a6fedbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: examples/typescript/src/App.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ if (process.env.REACT_APP_CHAT_SERVER_ENDPOINT) {
4646
}
4747

4848
chatClient.connectUser({ id: userId }, userToken);
49-
// const channel = chatClient.channel('messaging', 'infinitescroll');
5049

5150
const App = () => (
5251
<Chat client={chatClient}>

0 commit comments

Comments
 (0)