Skip to content

Commit

Permalink
cleanup console log (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata authored Mar 20, 2024
1 parent 69068f7 commit 066edd5
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 066edd5

Please sign in to comment.