Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Sep 18, 2019
1 parent 1419437 commit 74e7641
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/middlewares/openapi.response.validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export class ResponseValidator {
}

validate() {
console.log('=======', mung);
return mung.json((body, req: any, res) => {
if (req.openapi) {
const responses = req.openapi.schema && req.openapi.schema.responses;
Expand Down

0 comments on commit 74e7641

Please sign in to comment.