From 534a7dcb67df07d0f92e394b4197164c16e95c00 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 19 Feb 2023 18:43:17 -0800 Subject: [PATCH] Remove log --- web/components/chat/ChatContainer/ChatContainer.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/components/chat/ChatContainer/ChatContainer.tsx b/web/components/chat/ChatContainer/ChatContainer.tsx index abc6a3a7e..dac37f969 100644 --- a/web/components/chat/ChatContainer/ChatContainer.tsx +++ b/web/components/chat/ChatContainer/ChatContainer.tsx @@ -217,8 +217,7 @@ export const ChatContainer: FC = ({ data={messages} itemContent={(index, message) => getViewForMessage(index, message)} initialTopMostItemIndex={messages.length - 1} - followOutput={(atBottom: boolean) => { - console.log({ atBottom, isAtBottom }); + followOutput={() => { clearTimeout(showScrollToBottomButtonDelay.current); if (isAtBottom) {