Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Nov 21, 2024
1 parent 75292b9 commit d8703f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/langchain-mistralai/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,6 @@ export class ChatMistralAI<
return res;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} catch (e: any) {
console.log(e, e.status, e.code, e.statusCode, e.message);
if (
e.message?.includes("status: 400") ||
e.message?.toLowerCase().includes("status 400") ||
Expand Down

0 comments on commit d8703f9

Please sign in to comment.