diff options
author | Tim Potter <tpot@samba.org> | 2005-01-25 22:38:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:12 -0500 |
commit | a847628e58dd0aa5a1d3be98c8433f52ec40569b (patch) | |
tree | f5f1fd5a436c8eb80c35a321852b44ec472ea476 /source4/build | |
parent | 0e169886d3741b1f8bc1ac1eddac0699a8016c3e (diff) | |
download | samba-a847628e58dd0aa5a1d3be98c8433f52ec40569b.tar.gz samba-a847628e58dd0aa5a1d3be98c8433f52ec40569b.tar.bz2 samba-a847628e58dd0aa5a1d3be98c8433f52ec40569b.zip |
r4991: Remove debugging statement.
(This used to be commit 4640d3371eb57de90d972719e8550fea65831f74)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/pidl/eparser.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/build/pidl/eparser.pm b/source4/build/pidl/eparser.pm index 43949fc766..e437e099d9 100644 --- a/source4/build/pidl/eparser.pm +++ b/source4/build/pidl/eparser.pm @@ -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"; |