]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ids-functions.pl: Remove accidently commited debug code.
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 31 Mar 2021 10:22:17 +0000 (12:22 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 12:23:00 +0000 (13:23 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ids-functions.pl

index 98df831d9a529510ffed88bf7e684b2cde8b8e3c..7988728fac07741692d2022e001e628cab29a419 100644 (file)
@@ -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);