Skip to content

Commit

Permalink
Removed log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcalise committed Oct 16, 2019
1 parent 16ea18e commit 47ed4cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/middlewares/openapi.request.validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export class RequestValidator {
requestBody.content['application/json'].schema['$ref'],
);
Object.keys(r.schema.properties).forEach(itemKey => {
console.log(itemKey);
const readOnly = r.schema.properties[itemKey].hasOwnProperty(
'readOnly',
);
Expand Down

0 comments on commit 47ed4cf

Please sign in to comment.