diff --git a/codex/rest/api.nim b/codex/rest/api.nim index 3a054933..0816e17e 100644 --- a/codex/rest/api.nim +++ b/codex/rest/api.nim @@ -63,7 +63,6 @@ proc getLongestRequestEnd( without allReservations =? await reservations.all(Reservation, availabilityId): return failure("Cannot retrieve the reservations") - echo "all reservations is done" let requestEnds = allReservations.mapIt(await market.getRequestEnd(it.requestId)) if len(requestEnds) == 0: