From: Stefan Schantl Date: Wed, 31 Mar 2021 10:22:17 +0000 (+0200) Subject: ids-functions.pl: Remove accidently commited debug code. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c906553fe75e9c2e0eab2abd9c69c2c4d2a5522e;p=people%2Fstevee%2Fipfire-2.x.git ids-functions.pl: Remove accidently commited debug code. Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 98df831d9a..7988728fac 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -607,10 +607,6 @@ sub oinkmaster () { # Close the log handle. closelog(); - use Data::Dumper; - - print Dumper \@enabled_providers; - # Call function to merge the classification files. &merge_classifications(@enabled_providers);