Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Oct 23, 2024
1 parent bb756b4 commit 897cc01
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ class BlazegraphClient(
.flatMap { response =>
val count = for {
head <- response.value.results.bindings.headOption
_ = println(response)
countAsString <- head.get("count")
count <- countAsString.value.toLongOption
} yield count
Expand Down

0 comments on commit 897cc01

Please sign in to comment.