r4991: Remove debugging statement.
authorTim Potter <tpot@samba.org>
Tue, 25 Jan 2005 22:38:57 +0000 (22:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:12 +0000 (13:09 -0500)
(This used to be commit 4640d3371eb57de90d972719e8550fea65831f74)

source4/build/pidl/eparser.pm

index 43949fc766269f8f9c281e2e14526041cc5b48a1..e437e099d958d6f8a846e34f42d295c6af8200f5 100644 (file)
@@ -369,7 +369,6 @@ sub ParseHeader($$)
 sub ParseEnum($)
 {
     my ($e) = shift;
-    print Dumper($e);
 
     pidl "static const value_string $e->{PARENT}{NAME}_vals[] =\n";
     pidl "{\n";