[svn:mod_parrot] r395 - mod_parrot/trunk/build/lib/Generator
[email protected] Fri, 25 Jul 2008 18:11:25 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz
Date: Fri Jul 25 18:11:25 2008
New Revision: 395
Modified:
mod_parrot/trunk/build/lib/Generator/ApacheConstants.pm
Log:
remove extra debugging statements
Modified: mod_parrot/trunk/build/lib/Generator/ApacheConstants.pm
==============================================================================
--- mod_parrot/trunk/build/lib/Generator/ApacheConstants.pm (original)
+++ mod_parrot/trunk/build/lib/Generator/ApacheConstants.pm Fri Jul 25 18:11:25 2008
@@ -98,8 +98,6 @@
}
close HTTP_LOG_H;
- use Data::Dumper;
- print Dumper \%constants;
return %constants;
}