Reduce spam.

This commit is contained in:
Gav Wood 2016-03-01 16:59:01 +01:00
parent 48df869202
commit a5c65b2a3d

View File

@ -453,7 +453,6 @@ impl Client {
// TODO: push transactions.
let b = b.close();
trace!("Sealing: number={}, hash={}, diff={}", b.hash(), b.block().header().difficulty(), b.block().header().number());
debug!("Header: {:?}", b.block().header());
*self.sealing_block.lock().unwrap() = Some(b);
}