From: Stefan Schantl Date: Sun, 19 Dec 2021 14:46:05 +0000 (+0100) Subject: ids-functions.pl: Drop accidently commited debug output. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec418b7a0885bc5c31fd26f1a4b4eec191a9caed;p=people%2Fms%2Fipfire-2.x.git ids-functions.pl: Drop accidently commited debug output. Signed-off-by: Stefan Schantl --- diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 484e03ad8f..997c503ef9 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -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}; }