Skip to content

Commit

Permalink
feat: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasdano committed May 30, 2024
1 parent a02f0e7 commit dd2b45a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Table/docs/Showcase/Showcase.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ export const Playground = {
sortingColumn
);

console.log(data);

return (
<Table
data={data}
Expand Down

0 comments on commit dd2b45a

Please sign in to comment.