Remove debug traces

This commit is contained in:
m-lopez-f 2017-03-17 11:07:13 +01:00
parent 139c4d0d40
commit 2cce1d20c3
2 changed files with 1 additions and 3 deletions

View File

@ -1598,7 +1598,6 @@ function get_snmpwalk($ip_target, $snmp_version, $snmp_community = '',
break;
}
html_debug($command_str, true);
exec($command_str, $output, $rc);
// Parse the output of snmpwalk

View File

@ -1742,8 +1742,7 @@ function db_check_minor_relase_available_to_um ($package) {
$exists = false;
foreach ($sqlfiles_num as $num) {
$file_dest = $config["homedir"] . "/extras/mr/updated/$num.sql";
html_debug("AAAAA " . $file_dest, true);
html_debug(file_exists($file_dest), true);
if (file_exists($file_dest)) {
$exists = true;
unlink("$dir/$num.sql");