ids-functions.pl: Drop accidently commited debug output.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-12-19 15:46:05 +01:00
parent c1ccae1ce3
commit ec418b7a08

View 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};
}