Skip to content

Commit

Permalink
chore: remove unused console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Dec 8, 2023
1 parent e1190ec commit 975e971
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/hooks/useSendChatMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export default function useSendChatMessage() {
await startModel(modelId)
setQueuedMessage(false)
}
console.log('messageRequest', messageRequest)
events.emit(EventName.OnMessageSent, messageRequest)
}

Expand Down

0 comments on commit 975e971

Please sign in to comment.