diff --git a/confluent_server/confluent/networking/lldp.py b/confluent_server/confluent/networking/lldp.py index 985193aa..8211aee7 100644 --- a/confluent_server/confluent/networking/lldp.py +++ b/confluent_server/confluent/networking/lldp.py @@ -181,7 +181,6 @@ def _extract_neighbor_data_affluent(switch, user, password, cfm, lldpdata): neighdata = wc.grab_json_response('/affluent/lldp/all') chassisid = neighdata['chassis']['id'] _chassisidbyswitch[switch] = chassisid, - print(repr(neighdata)) for record in neighdata['neighbors']: localport = record['localport'] peerid = '{0}.{1}'.format(