Skip to content

Commit

Permalink
Del. console.log delete
Browse files Browse the repository at this point in the history
  • Loading branch information
jee-eun-k committed Jan 11, 2024
1 parent 42209b0 commit a5826bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/auth/signup/SignUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const SignUp = () => {
const LinearProgressWithLabel = (
props: LinearProgressProps & { value: number },
) => {
console.log(theme.palette)
return (
<Box sx={{ display: 'flex', flexDirection: 'column' }}>
<Box sx={{ minWidth: 35, mb: '5px', mr: 1 }}>
Expand Down

0 comments on commit a5826bc

Please sign in to comment.