diff --git a/backuppc_check.pl b/backuppc_check.pl index 02671ae..8a01a6b 100644 --- a/backuppc_check.pl +++ b/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 ) {