Skip to content

Commit

Permalink
cleanup console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Jan 24, 2025
1 parent e785058 commit b8d4f13
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ export default function SchemaItem(props: Props) {
(Array.isArray(schema.type) && schema.type.includes("null")); // support JSON Schema nullable
}

console.log(schema);

const renderRequired = guard(
Array.isArray(required) ? required.includes(name) : required,
() => <span className="openapi-schema__required">required</span>
Expand Down

0 comments on commit b8d4f13

Please sign in to comment.