Skip to content

Commit

Permalink
[DEL] ReservationCreateService 내 디버깅용 프린트문 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
sung-silver committed Mar 23, 2024
1 parent 8237d78 commit 8b3477b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ private void validateAndCreateReservationBaggage(final ConcurrentHashMap<Baggage
int payment = 0;
int count = 0;
StoreBaggage storeBaggage = null;
System.out.println(reservationStartTime);

for (BaggageType baggageType : BaggageType.values()) {
for (LocalDateTime time = reservationStartTime; time.isBefore(reservationEndTime); time = time.plusHours(1)) {
Expand Down

0 comments on commit 8b3477b

Please sign in to comment.