From 320f0afc5c5fc5bdaa086f696cd81dd41c10c71d Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Thu, 24 Oct 2024 13:37:40 -0500 Subject: [PATCH] Remove temporary debug messages --- test/test_execution.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_execution.py b/test/test_execution.py index e9043e5..2042cdf 100644 --- a/test/test_execution.py +++ b/test/test_execution.py @@ -223,8 +223,6 @@ def runner() -> int: break except subprocess.CalledProcessError as e: print(f"Attempt {i} failed with msg: {e}", file=sys.stderr) - debug_ps_output = subprocess.check_output("ps auxww", shell=True).decode() - print(f"Output of ps aux: {debug_ps_output}", file=sys.stderr) sleep(0.1) # Retry after a short delay if pid is not None: