From: Dietmar Maurer Date: Tue, 27 May 2014 09:31:09 +0000 (+0200) Subject: do not print trace when debug is not set X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=1521df52e443cd559b0fb22e0f30d943b6e378d5 do not print trace when debug is not set --- diff --git a/test/fwtester.pl b/test/fwtester.pl index bd6c610..88cb4bc 100755 --- a/test/fwtester.pl +++ b/test/fwtester.pl @@ -39,8 +39,6 @@ sub run_tests { my ($ruleset, $ipset_ruleset) = PVE::Firewall::compile(undef, undef, $vmdata, 1); - print PVE::FirewallSimulator::get_trace() . "\n" if !$debug; - my $filename = "$testdir/$testfile"; my $fh = IO::File->new($filename) || die "unable to open '$filename' - $!\n";