diff --git a/includes/discovery/cisco-entity-sensor.inc.php b/includes/discovery/cisco-entity-sensor.inc.php index c4fae1510..fcecc7a2c 100644 --- a/includes/discovery/cisco-entity-sensor.inc.php +++ b/includes/discovery/cisco-entity-sensor.inc.php @@ -63,7 +63,6 @@ if ($device['os'] == "ios" || $device['os_group'] == "ios") if ($entity_array[$index]['entPhysicalName'] || $device['os'] == "iosxr") { $descr = rewrite_entity_descr($entity_array[$index]['entPhysicalName']) . " - " . rewrite_entity_descr($entity_array[$index]['entPhysicalDescr']); - } else { $descr = $entity_array[$index]['entPhysicalDescr']; $descr = rewrite_entity_descr($descr); @@ -78,8 +77,6 @@ if ($device['os'] == "ios" || $device['os_group'] == "ios") $measured_descr = $entity_array[$entry['entSensorMeasuredEntity']]['entPhysicalDescr']; } - echo("descr: $descr | measured: $measured_descr\n"); - $descr = $measured_descr . " - " . $descr; }