Remove extra println (#451)

This commit is contained in:
KirillPamPam
2024-04-11 18:52:50 +04:00
committed by GitHub
parent 55e2dc70c4
commit d0f909465d

View File

@@ -30,7 +30,6 @@ class RecursiveLowerBound(
}
}
.expand { data ->
println(data)
if (data.found) {
Mono.empty()
} else {