mirror of https://github.com/buster-so/buster.git
remove logs
This commit is contained in:
parent
0857caedfa
commit
7f5e1c80c4
|
@ -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 '';
|
||||
|
|
Loading…
Reference in New Issue