Skip to content

Commit

Permalink
Remove: 불필요한 console.log 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaeYubin committed Aug 1, 2024
1 parent baf6c81 commit aa79d99
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/containers/register/RegisterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,6 @@ const RegisterForm = () => {
});

const onSubmit = async (values: z.infer<typeof formSchema>) => {
console.log(
uniqueId,
uniqueNickname,
showPhoneVerifyCodeInput,
verifiedPhone,
);

if (!uniqueId) {
form.setError('id', {
type: 'manual',
Expand Down

0 comments on commit aa79d99

Please sign in to comment.