mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-13 05:58:51 +01:00
refactor: remove console.log statement in ContentRender component
This commit is contained in:
parent
f593de85b2
commit
70397c0490
1 changed files with 0 additions and 2 deletions
|
|
@ -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 ?? {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue