remove debug log
This commit is contained in:
@@ -68,7 +68,6 @@ class GrpcHead(
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun subscribeHead(client: ReactorBlockchainGrpc.ReactorBlockchainStub): Publisher<BlockchainOuterClass.ChainHead> {
|
fun subscribeHead(client: ReactorBlockchainGrpc.ReactorBlockchainStub): Publisher<BlockchainOuterClass.ChainHead> {
|
||||||
log.error("HERE we strart NEW subscription", Exception())
|
|
||||||
val chainRef = Common.Chain.newBuilder()
|
val chainRef = Common.Chain.newBuilder()
|
||||||
.setTypeValue(chain.id)
|
.setTypeValue(chain.id)
|
||||||
.build()
|
.build()
|
||||||
|
|||||||
Reference in New Issue
Block a user