김건희

[Update] Variable Effectiveness

...@@ -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]);
......