Remove debug message

This commit is contained in:
Arnaud 2025-02-06 08:30:29 +01:00
parent 904d20c48f
commit ac24f35250
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -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: