From be120601f8b9437c4ee5c64445433aad94363cba Mon Sep 17 00:00:00 2001 From: dataking Date: Fri, 15 Jul 2016 15:24:21 -0700 Subject: [PATCH] WIP --- lynis_report.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lynis_report.pl b/lynis_report.pl index 610ddb6..1e61f1c 100755 --- a/lynis_report.pl +++ b/lynis_report.pl @@ -600,7 +600,7 @@ my @indexes = qw( lynis_version lynis_tests_done lynis_update_available license_ foreach my $idx ( sort @indexes ) { delete($lynis_report_data{$idx}); } -print Dumper(\%lynis_report_data); +#print Dumper(\%lynis_report_data); ############################################################################### # subs