chore: remove unused console

This commit is contained in:
Tristan Yang
2022-08-31 22:13:35 +08:00
parent be7d547719
commit 65f8917657
31 changed files with 44 additions and 65 deletions
@@ -49,7 +49,6 @@ const ProfileBasicEditModal: FC<Props> = ({ closeModal }) => {
});
};
const handleUpdate = () => {
console.log("pwd", input);
const { current, newPassword } = input;
updatePassword({ old_password: current, new_password: newPassword });
};