Skip to content

Commit

Permalink
chore: remove errorrneous logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikhshack committed Aug 27, 2024
1 parent 32ecce8 commit 7b92d25
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 7b92d25

Please sign in to comment.