Skip to content

Commit

Permalink
Merge pull request #429 from cdimascio/cmd/424
Browse files Browse the repository at this point in the history
fix: remove log entry
  • Loading branch information
cdimascio authored Oct 28, 2020
2 parents f2e2bac + 3c3c91f commit eb820a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/middlewares/parsers/request.schema.preprocessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ export class RequestSchemaPreprocessor {
Object.keys(schemaObj.properties).forEach((prop) => {
f(prop, schemaObj);
});
} else {
console.warn('unhandled schema property: skipping', schema);
}
}
}

0 comments on commit eb820a0

Please sign in to comment.