Skip to content

Commit

Permalink
thread: remove errant console log
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Jul 22, 2024
1 parent 1a5ae48 commit c008cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/tlon-web/src/chat/ChatThread/ChatThread.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}, []);
Expand Down

0 comments on commit c008cc6

Please sign in to comment.