Skip to content

Commit

Permalink
cleanup console log
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Mar 20, 2024
1 parent 69068f7 commit 3e4d453
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import rehypeRaw from "rehype-raw";
function ParamsItem({
param: { description, example, examples, name, required, schema, deprecated },
}) {
console.log(name, required);

if (!schema || !schema?.type) {
schema = { type: "any" };
}
Expand Down

0 comments on commit 3e4d453

Please sign in to comment.