From 94b2fcb9f0d309258c1c25775ebdf136e9cc817e Mon Sep 17 00:00:00 2001 From: Chris Freas Date: Wed, 18 May 2016 16:48:39 -0400 Subject: [PATCH] remove debug print statement and submit this as a PR for Alcatel-Lucent inventory support --- includes/discovery/entity-physical.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/discovery/entity-physical.inc.php b/includes/discovery/entity-physical.inc.php index ae635ac56b..f82418c200 100644 --- a/includes/discovery/entity-physical.inc.php +++ b/includes/discovery/entity-physical.inc.php @@ -14,7 +14,6 @@ if ($config['enable_inventory']) { $entity_array = array(); echo 'tmnxHwObjs'; $entity_array = snmpwalk_cache_multi_oid($device, 'tmnxHwObjs', $entity_array, 'TIMETRA-CHASSIS-MIB', '+'.$config['mib_dir'].'/aos:'.$config['mib_dir']); - //print_r($entity_array); } else { $entity_array = array();