Remove extraneous messages.

This commit is contained in:
Gav Wood
2016-06-29 19:19:45 +02:00
committed by arkpar
parent 93a89049ed
commit 6ca2e6b29b
2 changed files with 6 additions and 13 deletions

View File

@@ -863,7 +863,6 @@ impl MiningBlockChainClient for Client {
self.miner.update_sealing(self);
}
info!("Block {} ({}) submitted and imported.", h.hex(), number);
Ok(h)
}
}