mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-20 20:14:57 +00:00
LFUtils.py: comments out debug on object that only provides memory address as output
Signed-off-by: Jed Reynolds <jed@bitratchet.com>
This commit is contained in:
@@ -706,7 +706,7 @@ def wait_until_ports_appear(base_url="http://localhost:8080", port_list=(), debu
|
|||||||
logger.debug("Waiting until ports appear...")
|
logger.debug("Waiting until ports appear...")
|
||||||
existing_stations = LFRequest.LFRequest(base_url, '/ports', debug_=debug)
|
existing_stations = LFRequest.LFRequest(base_url, '/ports', debug_=debug)
|
||||||
logger.debug('existing stations')
|
logger.debug('existing stations')
|
||||||
logger.debug(pprint.pformat(existing_stations))
|
# logger.debug(pprint.pformat(existing_stations)) # useless
|
||||||
port_url = "/port/1"
|
port_url = "/port/1"
|
||||||
show_url = "/cli-json/show_ports"
|
show_url = "/cli-json/show_ports"
|
||||||
found_stations = set()
|
found_stations = set()
|
||||||
|
|||||||
Reference in New Issue
Block a user