From ac24f35250850cc1b5b18f3f15bc8391f3b3ca48 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 6 Feb 2025 08:30:29 +0100 Subject: [PATCH] Remove debug message --- codex/rest/api.nim | 1 - 1 file changed, 1 deletion(-) 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: