Skip to content

Commit

Permalink
cleanup console.log
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <[email protected]>
  • Loading branch information
ruanyl committed Dec 26, 2024
1 parent e56d2c3 commit 1f168df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/routes/summary_routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ export function registerData2SummaryRoutes(
});
}
} catch (e) {
console.log('Error: ', e);
console.log('status code: ', e.statusCode);
console.log('body: ', e.body);
context.assistant_plugin.logger.error('Execute agent failed!', e);
if (e.statusCode >= 400 && e.statusCode <= 499) {
return res.customError({
Expand Down

0 comments on commit 1f168df

Please sign in to comment.