Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
daria-github committed Dec 8, 2023
1 parent 4ce5750 commit 1c6bb3c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const FullConversation = ({
messages = [],
isLoading = false,
}: FullConversationProps) => {
console.log("MESSAGES", messages);
const virtuosoRef = useRef<VirtuosoHandle>(null);
const filteredMessages = useMemo(() => {
const filtered = messages.filter((msg) => msg !== null);
Expand Down

0 comments on commit 1c6bb3c

Please sign in to comment.