mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Remove debug sub
This commit is contained in:
@ -60,12 +60,10 @@ for (my $i = 0; $i <= $in{'cmd_count'}; $i++) {
|
||||
$cmd .= $in{'cmd_'.$i};
|
||||
}
|
||||
|
||||
|
||||
my %newrule = ( 'service' => $service,
|
||||
'host' => $host,
|
||||
'cmd' => $cmd
|
||||
);
|
||||
webmin_debug_var_dump(\%newrule, 'save_rule');
|
||||
|
||||
# Save to file
|
||||
if ($in{'new'}) {
|
||||
|
Reference in New Issue
Block a user