mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-14 11:48:12 +00:00
Remove debug message
This commit is contained in:
parent
904d20c48f
commit
ac24f35250
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user