problem: unnecessary noise in logs

This commit is contained in:
Igor Artamonov
2019-08-08 15:08:22 -04:00
parent 47bf362808
commit f8458558b8

View File

@@ -58,7 +58,6 @@ class StreamHead(
}
private fun onBlock(chain: Chain, block: BlockJson<TransactionId>) {
log.info("New block ${block.number} on ${chain.chainCode}")
upstreams.getUpstream(chain)?.let { up ->
UpstreamServices.onceOk(up).subscribe {avail ->
if (avail) {