refactor: remove console.log statement in ContentRender component

This commit is contained in:
Danny Avila 2024-09-04 13:59:58 -04:00
parent f593de85b2
commit 70397c0490
No known key found for this signature in database
GPG key ID: 2DD9CC89B9B50364

View file

@ -56,8 +56,6 @@ const ContentRender = memo(
setCurrentEditId,
});
console.log('ContentRender', { agent, conversation, msg });
const fontSize = useRecoilValue(store.fontSize);
const handleRegenerateMessage = useCallback(() => regenerateMessage(), [regenerateMessage]);
// const { isCreatedByUser, error, unfinished } = msg ?? {};