problem: dev logging
This commit is contained in:
@@ -112,7 +112,6 @@ class JsonRpcHttpClient(
|
|||||||
return Mono.just(key)
|
return Mono.just(key)
|
||||||
.map(JsonRpcRequest::toJson)
|
.map(JsonRpcRequest::toJson)
|
||||||
.doOnNext {
|
.doOnNext {
|
||||||
println("rpc connection ${key.method}")
|
|
||||||
startTime = System.nanoTime()
|
startTime = System.nanoTime()
|
||||||
}
|
}
|
||||||
.flatMap(this@JsonRpcHttpClient::execute)
|
.flatMap(this@JsonRpcHttpClient::execute)
|
||||||
|
|||||||
Reference in New Issue
Block a user