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:
Jed Reynolds
2022-02-04 14:18:32 -08:00
committed by shivam
parent 61476a380f
commit 2b13166a4a

View File

@@ -706,7 +706,7 @@ def wait_until_ports_appear(base_url="http://localhost:8080", port_list=(), debu
logger.debug("Waiting until ports appear...")
existing_stations = LFRequest.LFRequest(base_url, '/ports', debug_=debug)
logger.debug('existing stations')
logger.debug(pprint.pformat(existing_stations))
# logger.debug(pprint.pformat(existing_stations)) # useless
port_url = "/port/1"
show_url = "/cli-json/show_ports"
found_stations = set()