Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Dec 7, 2023
1 parent f033360 commit e836eb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/screens/Chat/SimpleTextMessage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ const SimpleTextMessage: React.FC<ThreadMessage> = (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
Expand Down

0 comments on commit e836eb1

Please sign in to comment.