Skip to content

Commit

Permalink
chore/#227 필요없는 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaybei committed Jul 18, 2024
1 parent 4abdc57 commit d7f4906
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions KkuMulKum/Source/Home/ViewModel/HomeViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ final class HomeViewModel {
print(">>> \(error.localizedDescription) : \(#function)")
}
}
// loginUser.value = service.fetchLoginUser()
// levelName.value = getLevelName(level: loginUser.value?.data?.level ?? 1)
// levelCaption.value = getLevelCaption(level: loginUser.value?.data?.level ?? 1)
}

func requestNearestPromise() {
Expand All @@ -107,7 +104,6 @@ final class HomeViewModel {
print(">>> \(error.localizedDescription) : \(#function)")
}
}
// nearestPromise.value = service.fetchNearestPromise()
}

func requestUpcomingPromise() {
Expand All @@ -118,6 +114,5 @@ final class HomeViewModel {
print(">>> \(error.localizedDescription) : \(#function)")
}
}
// upcomingPromiseList.value = service.fetchUpcomingPromise()
}
}

0 comments on commit d7f4906

Please sign in to comment.