mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-05 05:22:08 +00:00
Remove stray developer output
Remove a developer repr from log output.
This commit is contained in:
parent
48f0330568
commit
7cd7068dd7
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user