1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-30 13:18:05 +03:00

r4991: Remove debugging statement.

This commit is contained in:
Tim Potter 2005-01-25 22:38:57 +00:00 committed by Gerald (Jerry) Carter
parent edaf81b639
commit 4640d3371e

View 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";