Skip to content

Commit

Permalink
Removing debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmering committed Mar 23, 2023
1 parent ccbd292 commit 4c8ceef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ export const getStaticProps: GetStaticProps = async (context) => {
};

const ComponentsPage = ({ content, menu, metadata, current, components, available, unavailable }: ComponentPageDocumentationProps) => {
available.map((component) => {
console.log(component);
console.log(components[component]);
});
return (
<div className="c-page">
<Head>
Expand Down

0 comments on commit 4c8ceef

Please sign in to comment.