Remove debug_assert!ion. (#3678)

This commit is contained in:
Toralf Wittner
2019-09-25 09:35:45 +02:00
committed by Bastian Köcher
parent a6329f8779
commit 3dd5a508b4
@@ -667,8 +667,6 @@ impl<B: BlockT> ChainSync<B> {
peer.state = PeerSyncState::Available;
// We only request one justification at a time
debug_assert!(response.blocks.len() < 2);
if let Some(block) = response.blocks.into_iter().next() {
if hash != block.hash {
info!(