Merge pull request #54 from p2p-org/remove-debug

remove debug log
This commit is contained in:
Vyacheslav Shebanov
2022-12-02 19:26:31 +02:00
committed by GitHub

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()