Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -96,8 +96,6 @@ function RegisterPage(props) { | ... | @@ -96,8 +96,6 @@ function RegisterPage(props) { |
96 | password: Password, | 96 | password: Password, |
97 | sex: Sex, | 97 | sex: Sex, |
98 | }; | 98 | }; |
99 | - | ||
100 | - console.log(data); | ||
101 | } | 99 | } |
102 | 100 | ||
103 | }, [checkIdError, checkNameError, checkPasswordError, checkRegisterError, checkSexError, Password, PasswordCheck, Sex]); | 101 | }, [checkIdError, checkNameError, checkPasswordError, checkRegisterError, checkSexError, Password, PasswordCheck, Sex]); | ... | ... |
-
Please register or login to post a comment