remove print debug

This commit is contained in:
Lotfi zaouche 2020-05-26 17:31:23 +00:00
parent c3da5a6927
commit 7cec98def0
1 changed files with 4 additions and 4 deletions

View File

@ -208,10 +208,10 @@ sub manage_selection {
my $calculated_block_usage = hex(@{$result}[5]->{result}->{gasUsed}) / hex(@{$result}[5]->{result}->{gasLimit}) * 100;
use Data::Dumper;
print Dumper($calculated_block_usage) ;
print Dumper(hex(@{$result}[5]->{result}->{gasUsed}));
print Dumper(hex(@{$result}[5]->{result}->{gasLimit}));
# use Data::Dumper;
# print Dumper($calculated_block_usage) ;
# print Dumper(hex(@{$result}[5]->{result}->{gasUsed}));
# print Dumper(hex(@{$result}[5]->{result}->{gasLimit}));
$self->{block} = { block_size => hex(@{$result}[5]->{result}->{size}),
block_gas => hex(@{$result}[5]->{result}->{gasUsed}),