Skip to content

Commit

Permalink
remove stray log
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyphilemon committed Feb 3, 2025
1 parent dc94716 commit 4836603
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/(chat)/api/chat/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export async function POST(request: Request) {
});
},
onError: (error) => {
console.log(error);
return 'Oops, an error occured!';
},
});
Expand Down

0 comments on commit 4836603

Please sign in to comment.