Skip to content

Commit e836eb1

Browse files
committed
Remove console.log
1 parent f033360 commit e836eb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/screens/Chat/SimpleTextMessage/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ const SimpleTextMessage: React.FC<ThreadMessage> = (props) => {
5757
text = props.content[0]?.text?.value ?? ''
5858
}
5959

60-
const a = '```bash\nnpm init -y\n```'
61-
console.log(marked.parse(a))
62-
6360
const parsedText = marked.parse(text)
6461
const isUser = props.role === ChatCompletionRole.User
6562
const isSystem = props.role === ChatCompletionRole.System

0 commit comments

Comments
 (0)