Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Aug 8, 2024
1 parent 2dad546 commit 6911f50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions substrate/utils/frame/benchmarking-cli/src/extrinsic/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@ where
ext_builder
} else {
let proof_size = builder.estimate_block_size(true) - builder.estimate_block_size(false);
println!(
"HEYYYY: {}, with: {}, without: {}",
proof_size,
builder.estimate_block_size(true),
builder.estimate_block_size(false)
);
return Ok((builder.build()?.block, None, proof_size as u64))
};

Expand Down

0 comments on commit 6911f50

Please sign in to comment.