remove debug log

This commit is contained in:
a10zn8
2022-12-02 19:23:50 +04:00
parent b36c921e4d
commit 2cef1a8bac

View File

@@ -68,7 +68,6 @@ class GrpcHead(
}
fun subscribeHead(client: ReactorBlockchainGrpc.ReactorBlockchainStub): Publisher<BlockchainOuterClass.ChainHead> {
log.error("HERE we strart NEW subscription", Exception())
val chainRef = Common.Chain.newBuilder()
.setTypeValue(chain.id)
.build()