Skip to content

Commit

Permalink
chore: 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
JYPjoy committed Feb 4, 2024
1 parent 7cb89ae commit b4e9efd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ final class SignupStepCompleteView: UIView, SnapKitInterface {
let password = SignDataStore.shared.password,
let username = SignDataStore.shared.username,
let phoneNumber = SignDataStore.shared.formattedPhoneNumber else { return }
Log.d("하이")
let signRequestModel = SignRequestModel(gatherAgree: 1, email: email, password: password, loginType: 0, name: username, birthday: "2000-01-01", cellphone: phoneNumber)

SignAPI.signup(model: signRequestModel) { succeed, failed in
Expand Down

0 comments on commit b4e9efd

Please sign in to comment.