Skip to content

Commit 385e685

Browse files
committed
[TNT-257] refactor: 불필요한 주석 삭제
1 parent 0befdca commit 385e685

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: src/main/java/com/tnt/application/pt/PtService.java

-10
Original file line numberDiff line numberDiff line change
@@ -215,16 +215,6 @@ public void completePtLesson(Long memberId, Long ptLessonId) {
215215
ptTrainerTrainee.completeLesson();
216216
ptLesson.completeLesson(ptTrainerTrainee.getFinishedPtCount());
217217
}
218-
//
219-
// @Transactional(readOnly = true)
220-
// public GetDietResponse getDiet(Long memberId, Long dietId) {
221-
// Trainee trainee = traineeService.getByMemberId(memberId);
222-
//
223-
// Diet diet = dietService.getByDietIdAndTraineeId(dietId, trainee.getId());
224-
//
225-
// return new GetDietResponse(diet.getId(), diet.getDate(), diet.getDietImageUrl(), diet.getDietType(),
226-
// diet.getMemo());
227-
// }
228218

229219
@Transactional(readOnly = true)
230220
public GetTraineeCalendarPtLessonCountResponse getTraineeCalendarPtLessonCount(Long memberId, LocalDate startDate,

0 commit comments

Comments
 (0)