From ec418b7a0885bc5c31fd26f1a4b4eec191a9caed Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 19 Dec 2021 15:46:05 +0100 Subject: [PATCH] ids-functions.pl: Drop accidently commited debug output. Signed-off-by: Stefan Schantl --- config/cfgroot/ids-functions.pl | 2 -- 1 file changed, 2 deletions(-) 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}; } -- 2.39.5