Skip to content

Commit

Permalink
Merge pull request #2275 from opengovsg/chore/remove-warn-logs
Browse files Browse the repository at this point in the history
chore: remove redundant message logs
  • Loading branch information
KishenKumarrrrr authored Aug 27, 2024
2 parents 8e6e94a + 1166871 commit aee4a9e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,6 @@ export const InitEmailTransactionalMiddleware = (
filterByTimestamp: filter as TimestampFilter,
tag: tag as string,
})
logger.warn({
message: 'messagesmessages1',
messages: messages,
})
res.status(200).json({
has_more: hasMore,
data: messages.map((m) =>
Expand Down

0 comments on commit aee4a9e

Please sign in to comment.