r21682: Remove accidently committed debug command.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 4 Mar 2007 14:31:18 +0000 (14:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:10 +0000 (14:49 -0500)
source/pidl/lib/Parse/Pidl/NDR.pm

index 88420374ee33557a06132910e1eaf7c55a95520a..1d7ca1670794500068976eb788ac51c2b8c9cf01 100644 (file)
@@ -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