Skip to content

Commit e567db1

Browse files
committed
chore/#57: postCheckSms 성공 로그 제거
1 parent 1b36d28 commit e567db1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TinyBite/app/(auth)/signup/verify.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export default function VerifyScreen() {
5656
const smsCheckMutation = useMutation({
5757
mutationFn: postCheckSms,
5858
onSuccess: (data) => {
59-
console.log("postCheckSms 성공", data);
6059
setVerified(true);
6160
},
6261
onError: (error: AxiosError<ApiError>) => {

0 commit comments

Comments
 (0)