mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Remove debug code
This commit is contained in:
@@ -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/ &&
|
||||
|
||||
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user