Clean usless print

master
Heuzef 5 years ago
parent 66c41421db
commit 5de115c5d9
  1. 3
      backuppc_check.pl

@ -83,9 +83,6 @@ print("Errors : $json->{errors}");
print("\n");
print("Size Consistency : ");
print("\ntoobig : $toobig\n");
print("\ntoosmall : $toosmall\n");
# TOO BIG ?
my $toobig = "1";
if ( $json->{new_size} > $json->{new_size_q3} + $json->{new_size_q3} - $json->{new_size_q1} * 1.5 && $json->{new_size} > $json->{new_size_avg} * 6 ) {

Loading…
Cancel
Save