Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Fix to remove debug sub
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed May 4, 2022
1 parent cbae6cb commit e576f08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ if ($current_lang && $default_lang &&
if (&foreign_require($m) &&
&foreign_func_exists($m, 'config_pre_load')) {
&foreign_call($m, "config_pre_load", \%info, \@info_order);
webmin_debug_var_dump(\%info, 'info-after');
}

foreach $i (@info_order) {
Expand Down

0 comments on commit e576f08

Please sign in to comment.