From 04e7d365de4d42ed739214f6b1fc3c5e1c35a4c7 Mon Sep 17 00:00:00 2001 From: tonkotsuboy Date: Wed, 17 Apr 2024 17:48:28 +0900 Subject: [PATCH] Remove console.log from Box component Signed-off-by: tonkotsuboy --- src/components/Box/Box.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/components/Box/Box.tsx b/src/components/Box/Box.tsx index a27841ff..619bf3cc 100644 --- a/src/components/Box/Box.tsx +++ b/src/components/Box/Box.tsx @@ -39,15 +39,6 @@ export const Box: FC> = ({ border, width, }) => { - console.log( - paddingVariables({ - pt, - pr, - pb, - pl, - }), - ); - return (