Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Dec 9, 2024
1 parent 534c2a3 commit 7be7387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/containers/ErrorMessage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const ErrorMessage = ({ message }: { message: ThreadMessage }) => {
}

const getErrorTitle = () => {
console.log(message)
switch (message.error_code) {
case ErrorCode.InvalidApiKey:
case ErrorCode.AuthenticationError:
Expand Down

0 comments on commit 7be7387

Please sign in to comment.