From 6d7da480e6332dcc6a26f54eeff4e4979c76e89d Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Mon, 4 Apr 2011 10:35:15 +0000 Subject: [PATCH] ffffffffffffffffffffffff git-svn-id: http://www.observium.org/svn/observer/trunk@2016 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/discovery/cisco-entity-sensor.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/discovery/cisco-entity-sensor.inc.php b/includes/discovery/cisco-entity-sensor.inc.php index c4fae15103..fcecc7a2c1 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; }