Skip to content

Commit

Permalink
Merge pull request #201 from Uniswap/remove_base_handler_logs
Browse files Browse the repository at this point in the history
chore: remove base handler extra logs
  • Loading branch information
rileydcampbell authored Oct 2, 2023
2 parents 1de366c + 19a09ad commit eb6ad25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/handlers/base/api-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ export abstract class APIGLambdaHandler<
requestId: context.awsRequestId,
});

log.info({ event, context }, 'Request started.');

let requestBody: ReqBody;
let requestQueryParams: ReqQueryParams;
try {
Expand Down

0 comments on commit eb6ad25

Please sign in to comment.