Remove debug sub

This commit is contained in:
Ilia Rostovtsev
2021-11-28 16:37:03 +03:00
parent bdb0132cb4
commit 11ec33ae5e

View File

@ -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'}) {