From 2cef1a8bac9fe9a5b2385ad82afcbfae1ce30e12 Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Fri, 2 Dec 2022 19:23:50 +0400 Subject: [PATCH] remove debug log --- src/main/kotlin/io/emeraldpay/dshackle/upstream/grpc/GrpcHead.kt | 1 - 1 file changed, 1 deletion(-) 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()