diff --git a/apps/tlon-web/src/chat/ChatThread/ChatThread.tsx b/apps/tlon-web/src/chat/ChatThread/ChatThread.tsx index 169600d548..f4ebf3f940 100644 --- a/apps/tlon-web/src/chat/ChatThread/ChatThread.tsx +++ b/apps/tlon-web/src/chat/ChatThread/ChatThread.tsx @@ -143,7 +143,6 @@ export default function ChatThread() { ); const onAtBottom = useCallback((atBottom: boolean) => { - console.log('thread bottom called', atBottom); const { threadBottom } = useChatStore.getState(); threadBottom(atBottom); }, []);