From 7cec98def0cd58a958f03244b2f207f9e320a9b7 Mon Sep 17 00:00:00 2001 From: Lotfi zaouche Date: Tue, 26 May 2020 17:31:23 +0000 Subject: [PATCH] remove print debug --- blockchain/parity/restapi/mode/eth.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blockchain/parity/restapi/mode/eth.pm b/blockchain/parity/restapi/mode/eth.pm index 00b4f3b8c..4c5226ba2 100644 --- a/blockchain/parity/restapi/mode/eth.pm +++ b/blockchain/parity/restapi/mode/eth.pm @@ -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}),