From 7cd7068dd71c4a2b8a91620bf745bb81e34c708d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 7 Feb 2020 16:01:29 -0500 Subject: [PATCH] Remove stray developer output Remove a developer repr from log output. --- confluent_server/confluent/networking/lldp.py | 1 - 1 file changed, 1 deletion(-) 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(