Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
valentunn committed Dec 29, 2023
1 parent 3a0c2ea commit 567539c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class BalancingHttpWeb3jService(
val payload: String = objectMapper.writeValueAsString(request)

val result = nodeSwitcher.makeRetryingRequest { url ->
Log.d("RX", "Found url for ${request.method} (${request.id}): $url")
val call = createHttpCall(payload, url)

call.execute().parseSingleResponse(responseType)
Expand Down Expand Up @@ -133,8 +132,6 @@ class BalancingHttpWeb3jService(
retriableProcessResponse: (okhttp3.Response) -> T,
nonRetriableProcessResponse: (T) -> Unit
) {
Log.d("RX", "Current node url: ${nodeSwitcher.getCurrentNodeUrl()}")

val url = nodeSwitcher.getCurrentNodeUrl() ?: return

val call = createHttpCall(payload, url)
Expand Down

0 comments on commit 567539c

Please sign in to comment.