port_probe.py commented out probe print

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-10-27 09:44:59 -06:00
parent eb3b831f8b
commit 422b2ab577

View File

@@ -62,7 +62,7 @@ class ProbePort(LFCliBase):
self.response = response
if self.debug:
print("probepath (eid): {probepath}".format(probepath=self.probepath))
pprint("Probe response: {response}".format(response=self.response))
# pprint("Probe response: {response}".format(response=self.response))
text = self.response['probe-results'][0][self.eid_str]['probe results'].split('\n')
signals = [x.strip('\t').split('\t') for x in text if 'signal' in x]
keys = [x[0].strip(' ').strip(':') for x in signals]