From 68f95cd80b811335df4b2dff2a017a68a5c7793e Mon Sep 17 00:00:00 2001 From: Aaron Heise <5148966+acehoss@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:30:13 -0600 Subject: [PATCH] Tidy up PR --- tests/link.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/link.py b/tests/link.py index 021eed0..3f36e70 100644 --- a/tests/link.py +++ b/tests/link.py @@ -49,11 +49,6 @@ def close_rns(): global c_rns if c_rns != None: c_rns.m_proc.kill() - # stdout, stderr = c_rns.m_proc.communicate() - # if stdout: - # print(stdout.decode("utf-8")) - # if stderr: - # print(stderr.decode("utf-8")) class TestLink(unittest.TestCase): def setUp(self):