From bdf1f0b0db569f65c1501df67788c4f9b7a66966 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 5 Nov 2006 00:08:39 +0000 Subject: r19561: Remove debug statement. (This used to be commit 910b56e72924661f30e43ca0e832b743e8d78d19) --- source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/pidl/lib/Parse/Pidl/Wireshark') diff --git a/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm b/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm index f72efc7534..c5a39a4c42 100644 --- a/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm +++ b/source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm @@ -263,7 +263,6 @@ sub ElementLevel($$$$$$) my $param = 0; if (defined($conformance->{dissectorparams}->{$myname})) { -# $conformance->{dissectorparams}->{$myname}->{PARAM} = 1; $param = $conformance->{dissectorparams}->{$myname}->{PARAM}; } @@ -426,8 +425,6 @@ sub Function($$$) my $fn_name = $_->{NAME}; $fn_name =~ s/^${ifname}_//; - print "$fn_name\n"; - PrintIdl DumpFunction($fn->{ORIGINAL}); pidl_fn_start "$ifname\_dissect\_$fn_name\_response"; pidl_code "static int"; -- cgit