svn commit: samba r4991 - in branches/SAMBA_4_0/source/build/pidl: .

tpot at samba.org tpot at samba.org
Tue Jan 25 22:38:57 GMT 2005


Author: tpot
Date: 2005-01-25 22:38:57 +0000 (Tue, 25 Jan 2005)
New Revision: 4991

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4991

Log:
Remove debugging statement.

Modified:
   branches/SAMBA_4_0/source/build/pidl/eparser.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/eparser.pm	2005-01-25 22:33:44 UTC (rev 4990)
+++ branches/SAMBA_4_0/source/build/pidl/eparser.pm	2005-01-25 22:38:57 UTC (rev 4991)
@@ -369,7 +369,6 @@
 sub ParseEnum($)
 {
     my ($e) = shift;
-    print Dumper($e);
 
     pidl "static const value_string $e->{PARENT}{NAME}_vals[] =\n";
     pidl "{\n";



More information about the samba-cvs mailing list