Skip to content

Commit

Permalink
Merge pull request #64 from tonkotsuboy/hotfix/remove-box-log
Browse files Browse the repository at this point in the history
Remove console.log from Box component
  • Loading branch information
8845musign authored Apr 17, 2024
2 parents d44757d + 04e7d36 commit d308ec8
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 d308ec8

Please sign in to comment.