Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
johnxu16 committed Jul 17, 2023
1 parent 53e1ef5 commit 13b0df6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/blocks/tableLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const TableLayout = ({ data }) => {
(a, b) =>
presetNames.indexOf(a.node.name) - presetNames.indexOf(b.node.name)
);
console.log(orderedPresetNodes);
const presetClassNames = orderedPresetNodes.map((p) => p.node.className);
setTableClasses(presetClassNames);
}
Expand Down

0 comments on commit 13b0df6

Please sign in to comment.