Skip to content

Commit

Permalink
Remove extra println (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillPamPam authored Apr 11, 2024
1 parent 55e2dc7 commit d0f9094
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class RecursiveLowerBound(
}
}
.expand { data ->
println(data)
if (data.found) {
Mono.empty()
} else {
Expand Down

0 comments on commit d0f9094

Please sign in to comment.