Clean logs

This commit is contained in:
Jose Gonzalez 2021-09-23 17:19:47 +02:00
parent 7bfe699802
commit de1bf03976
3 changed files with 2 additions and 3 deletions

View File

@ -1801,7 +1801,7 @@ if ($get_list_events_agents) {
$date_to = get_parameter('date_to');
$time_to = get_parameter('time_to', '23:59:59');
$id_user = $config['id_user'];
hd('hollllaa', true);
$returned_sql = events_sql_events_grouped_agents(
$id_agent,
$server_id,

View File

@ -2855,7 +2855,7 @@ class NetworkMap
public function loadAdvancedInterface()
{
$list_networkmaps = get_networkmaps($this->idMap);
hd($list_networkmaps);
if (empty($list_networkmaps) === true) {
$list_networkmaps = [];
}

View File

@ -83,7 +83,6 @@ if ($save_empty_networkmap === true) {
return;
}
hd('papapapa');
$name = (string) get_parameter('name', '');
// Default size values.