From f29b5e90b17e9ca3a27a56915a3d75df380b5d09 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 4 Mar 2007 14:31:18 +0000 Subject: r21682: Remove accidently committed debug command. (This used to be commit 74a3681d65f570acf2756b40e0ad82799b86e9ec) --- source4/pidl/lib/Parse/Pidl/NDR.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/source4/pidl/lib/Parse/Pidl/NDR.pm b/source4/pidl/lib/Parse/Pidl/NDR.pm index 88420374ee..1d7ca16707 100644 --- a/source4/pidl/lib/Parse/Pidl/NDR.pm +++ b/source4/pidl/lib/Parse/Pidl/NDR.pm @@ -276,8 +276,6 @@ sub can_contain_deferred($) sub can_contain_deferred($); my $e = shift; - print "$e->{NAME}\n"; - return 0 if (Parse::Pidl::Typelist::is_scalar($e->{TYPE})); return 1 unless (hasType($e->{TYPE})); # assume the worst -- cgit