Skip to content

Commit

Permalink
Remove console.log from Box component
Browse files Browse the repository at this point in the history
Signed-off-by: tonkotsuboy <[email protected]>
  • Loading branch information
tonkotsuboy committed Apr 17, 2024
1 parent d44757d commit 04e7d36
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/Box/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ export const Box: FC<PropsWithChildren<Props>> = ({
border,
width,
}) => {
console.log(
paddingVariables({
pt,
pr,
pb,
pl,
}),
);

return (
<div
className={clsx([
Expand Down

0 comments on commit 04e7d36

Please sign in to comment.