mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Remove debug traces
This commit is contained in:
parent
139c4d0d40
commit
2cce1d20c3
@ -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
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user