Skip to content

Commit 74e7641

Browse files
author
Carmine DiMascio
committed
remove log
1 parent 1419437 commit 74e7641

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/middlewares/openapi.response.validator.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export class ResponseValidator {
2525
}
2626

2727
validate() {
28-
console.log('=======', mung);
2928
return mung.json((body, req: any, res) => {
3029
if (req.openapi) {
3130
const responses = req.openapi.schema && req.openapi.schema.responses;

0 commit comments

Comments
 (0)