From a26db98376f4113738f7b177b22659cb0aa19eaa Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Mon, 1 Aug 2022 21:38:41 -0400 Subject: [PATCH] problem: dev logging --- .../emeraldpay/dshackle/upstream/rpcclient/JsonRpcHttpClient.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/rpcclient/JsonRpcHttpClient.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/rpcclient/JsonRpcHttpClient.kt index bc56fc41..fb425ebf 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/rpcclient/JsonRpcHttpClient.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/rpcclient/JsonRpcHttpClient.kt @@ -112,7 +112,6 @@ class JsonRpcHttpClient( return Mono.just(key) .map(JsonRpcRequest::toJson) .doOnNext { - println("rpc connection ${key.method}") startTime = System.nanoTime() } .flatMap(this@JsonRpcHttpClient::execute)