Skip to content

Commit

Permalink
remove error log
Browse files Browse the repository at this point in the history
  • Loading branch information
petemill committed Oct 22, 2024
1 parent 085dd5b commit bee1fa8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default function ModelIntro() {

const model = conversationContext.currentModel
if (!model) {
console.error('Rendered ModelIntro when currentModel does not exist!')
return <></>
}

Expand Down

0 comments on commit bee1fa8

Please sign in to comment.