diff --git a/web/screens/Chat/SimpleTextMessage/index.tsx b/web/screens/Chat/SimpleTextMessage/index.tsx index deb173462..a51e33488 100644 --- a/web/screens/Chat/SimpleTextMessage/index.tsx +++ b/web/screens/Chat/SimpleTextMessage/index.tsx @@ -57,9 +57,6 @@ const SimpleTextMessage: React.FC = (props) => { text = props.content[0]?.text?.value ?? '' } - const a = '```bash\nnpm init -y\n```' - console.log(marked.parse(a)) - const parsedText = marked.parse(text) const isUser = props.role === ChatCompletionRole.User const isSystem = props.role === ChatCompletionRole.System