From 96534d6c0d988414942a19b70eb7981361479f2b Mon Sep 17 00:00:00 2001 From: James Bowman Date: Mon, 13 Jan 2020 19:25:15 -0800 Subject: [PATCH] Remove debug --- python/tests/accept.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/tests/accept.py b/python/tests/accept.py index 3b71246..637f6e9 100644 --- a/python/tests/accept.py +++ b/python/tests/accept.py @@ -131,11 +131,11 @@ class TestDUT(unittest.TestCase): for i in range(lcnt): x = random.randint(0, 255) wdata.append(x) - print(wdata) + # print(wdata) i2c.regwr(sa0, 0x00, wdata) time.sleep(0.5) x = i2c.regrd(sa0, 0x00, "<16B") - print(x) + # print(x) def test_setspeed(self): i2 = self.init()