remove logs

This commit is contained in:
Nate Kelley 2025-07-09 20:56:24 -06:00
parent 0857caedfa
commit 7f5e1c80c4
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ export const ChatMessageOptions: React.FC<{
const { data: postProcessingMessage } = useGetChatMessage(messageId, {
select: ({ post_processing_message }) => post_processing_message
});
console.log('postProcessingMessage', postProcessingMessage);
const updatedAtFormatted = useMemo(() => {
if (!updatedAt) return '';