Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed Mar 1, 2024
1 parent 5783414 commit 0f909d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/docs/components/ui/table/TypographyVariantTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ interface TypographyVariantTableProps {

const TypographyVariantTable = ({ type, data }: TypographyVariantTableProps) => {
const tokenData = data["fontWeight"];
console.log(type);

const filteredDataByType: Array<{ name: string; value: string }> = tokenData.filter(item =>
item.name.includes(type)
Expand Down

0 comments on commit 0f909d8

Please sign in to comment.