Skip to content

Commit

Permalink
fix: remove log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Oct 27, 2020
1 parent f2e2bac commit 3c3c91f
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 3c3c91f

Please sign in to comment.