From d0f909465dafc77972ca4a77a3f7ab8bc779e742 Mon Sep 17 00:00:00 2001 From: KirillPamPam Date: Thu, 11 Apr 2024 18:52:50 +0400 Subject: [PATCH] Remove extra println (#451) --- .../dshackle/upstream/lowerbound/detector/RecursiveLowerBound.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/lowerbound/detector/RecursiveLowerBound.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/lowerbound/detector/RecursiveLowerBound.kt index d19b844b..89645d4c 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/lowerbound/detector/RecursiveLowerBound.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/lowerbound/detector/RecursiveLowerBound.kt @@ -30,7 +30,6 @@ class RecursiveLowerBound( } } .expand { data -> - println(data) if (data.found) { Mono.empty() } else {