Skip to content

Commit 066edd5

Browse files
authored
cleanup console log (#755)
1 parent 69068f7 commit 066edd5

File tree

1 file changed

+0
-2
lines changed
  • packages/docusaurus-theme-openapi-docs/src/theme/ParamsItem

1 file changed

+0
-2
lines changed

packages/docusaurus-theme-openapi-docs/src/theme/ParamsItem/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ import rehypeRaw from "rehype-raw";
2929
function ParamsItem({
3030
param: { description, example, examples, name, required, schema, deprecated },
3131
}) {
32-
console.log(name, required);
33-
3432
if (!schema || !schema?.type) {
3533
schema = { type: "any" };
3634
}

0 commit comments

Comments
 (0)