Skip to content

Commit

Permalink
Revert "chore(cb2-11280): add logging for debugging"
Browse files Browse the repository at this point in the history
This reverts commit 9d4253f.
  • Loading branch information
shivangidas committed Apr 19, 2024
1 parent 9d4253f commit 30e9b52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/interfaces/controllers/insert-trailer-registration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export class InsertTrailerRegistration extends TrailerRegistrationBase {
}

public async call(req: Request, res: Response, next: NextFunction): Promise<void> {
console.log('request body', req.body);
log.info('request body', req.body);
const trailerRegistration = req.body as domain.TrailerRegistration;
const errors = this.validate(trailerRegistration);
if (errors) {
Expand Down

0 comments on commit 30e9b52

Please sign in to comment.