diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-05 00:08:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:24:51 -0500 |
commit | bdf1f0b0db569f65c1501df67788c4f9b7a66966 (patch) | |
tree | ac1f5435989a67de271ddbd9640ba49049e664dd /source4/pidl | |
parent | ae0219cd8148bd01179f1686e8e12cf3ccdbf1a9 (diff) | |
download | samba-bdf1f0b0db569f65c1501df67788c4f9b7a66966.tar.gz samba-bdf1f0b0db569f65c1501df67788c4f9b7a66966.tar.bz2 samba-bdf1f0b0db569f65c1501df67788c4f9b7a66966.zip |
r19561: Remove debug statement.
(This used to be commit 910b56e72924661f30e43ca0e832b743e8d78d19)
Diffstat (limited to 'source4/pidl')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm | 3 |
1 files changed, 0 insertions, 3 deletions
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"; |