From 875bb577916d3d593398c3befde048aaa19f7c4f Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Sat, 19 Jun 2021 02:47:59 +0800 Subject: [PATCH] [otci] remove debug prints (#6749) --- tools/otci/otci/otci.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/otci/otci/otci.py b/tools/otci/otci/otci.py index e6e2df2fe..7a8397747 100644 --- a/tools/otci/otci/otci.py +++ b/tools/otci/otci/otci.py @@ -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