]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ids-functions.pl: Drop accidently commited debug output.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 14:46:05 +0000 (15:46 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 14:46:05 +0000 (15:46 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ids-functions.pl

index 484e03ad8f2a6bd4c4af3f459050052fc58acd24..997c503ef9b78b75ec24bc3e2581b1352cb7aa87 100644 (file)
@@ -1450,8 +1450,6 @@ sub _write_default_rulefiles_file () {
                # Check if the current processed app layer proto needs to be translated
                # into an application name.
                if (exists($tr_app_layer_proto{$enabled_app_layer_proto})) {
-                       print "$enabled_app_layer_proto\n";
-
                        # Obtain the translated application name for this protocol.
                        $enabled_app_layer_proto = $tr_app_layer_proto{$enabled_app_layer_proto};
                }