Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
rm console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
colemccracken committed Dec 22, 2023
1 parent 153fc61 commit e4556ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/openassistants-react/src/components/chat-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export interface ChatContentProps {
}

export const ChatContent = ({ content }: ChatContentProps) => {
console.log('content', content);
return (
<div>
<MemoizedReactMarkdown
Expand All @@ -28,7 +27,6 @@ export const ChatContent = ({ content }: ChatContentProps) => {

children[0] = (children[0] as string).replace('`▍`', '▍');
}
console.log('className', className);
const match = /language-(\w+)/.exec(className || '');

if (inline) {
Expand Down

0 comments on commit e4556ea

Please sign in to comment.