Remove debug code

This commit is contained in:
Jamie Cameron
2014-09-16 21:58:10 -07:00
parent b318011bec
commit 63826fe9b0
2 changed files with 0 additions and 2 deletions

View File

@@ -1730,7 +1730,6 @@ local $conf = &get_config();
foreach $l (&find_directive_struct("LoadModule", $conf)) {
if ($l->{'words'}->[1] =~ /(mod_\S+)\.(so|dll)/ &&
-r "$module_root_directory/$1.pl") {
print STDERR $l->{'words'}->[1],"\n";
push(@rv, $1);
}
elsif ($l->{'words'}->[1] =~ /libssl\.so/ &&

View File

@@ -11,7 +11,6 @@ return &make_directives($rv, $_[0], "mod_ext_filter");
sub mod_ext_filter_filters
{
local($d, @rv);
print STDERR "looking for ExtFilterDefine\n";
foreach $d (&find_all_directives($_[0], "ExtFilterDefine")) {
push(@rv, $d->{'words'}->[0]);
}