[otci] remove debug prints (#6749)

This commit is contained in:
Simon Lin
2021-06-18 11:47:59 -07:00
committed by GitHub
parent e66b9a3958
commit 875bb57791
-2
View File
@@ -1497,7 +1497,6 @@ class OTCI(object):
netdata['prefixes'] = self.__parse_prefixes(prefixes_output)
print(prefixes_output, output)
routes_output = []
while True:
line = output.pop(0)
@@ -1559,7 +1558,6 @@ class OTCI(object):
routes = []
for line in output:
line = line.split()
print(line)
if line[1] == 's':
prefix, _, prf, rloc16 = line
stable = True