diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/grpc/GrpcHead.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/grpc/GrpcHead.kt index e5857dbb..e5d039cd 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/grpc/GrpcHead.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/grpc/GrpcHead.kt @@ -68,7 +68,6 @@ class GrpcHead( } fun subscribeHead(client: ReactorBlockchainGrpc.ReactorBlockchainStub): Publisher { - log.error("HERE we strart NEW subscription", Exception()) val chainRef = Common.Chain.newBuilder() .setTypeValue(chain.id) .build()