mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
ids-functions.pl: Drop accidently commited debug output.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -1450,8 +1450,6 @@ sub _write_default_rulefiles_file () {
|
|||||||
# Check if the current processed app layer proto needs to be translated
|
# Check if the current processed app layer proto needs to be translated
|
||||||
# into an application name.
|
# into an application name.
|
||||||
if (exists($tr_app_layer_proto{$enabled_app_layer_proto})) {
|
if (exists($tr_app_layer_proto{$enabled_app_layer_proto})) {
|
||||||
print "$enabled_app_layer_proto\n";
|
|
||||||
|
|
||||||
# Obtain the translated application name for this protocol.
|
# Obtain the translated application name for this protocol.
|
||||||
$enabled_app_layer_proto = $tr_app_layer_proto{$enabled_app_layer_proto};
|
$enabled_app_layer_proto = $tr_app_layer_proto{$enabled_app_layer_proto};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user