Skip to content

Commit

Permalink
Removes logging info
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Feb 22, 2024
1 parent 4fbecb8 commit a2a5bad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docgen/buildFileMarkdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ ${docConfig.icon ? `icon: ${docConfig.icon}` : ""}
...Object.keys(docConfig.components),
]);

console.log(componentKeys);

for (const componentName of componentKeys) {
let component = false as ComponentDoc | false;

Expand Down

0 comments on commit a2a5bad

Please sign in to comment.