From 1ddc74af21774a6d50cc2f3ecf50c21b7ae1035a Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Tue, 25 Feb 2025 21:20:43 +1100 Subject: [PATCH] Remove debug output for all commands (#3201) --- archinstall/lib/general.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py index 5715bfec..5c8119db 100644 --- a/archinstall/lib/general.py +++ b/archinstall/lib/general.py @@ -319,8 +319,6 @@ class SysCommandWorker: # If history_logfile does not exist, ignore the error pass - debug(f"Executing: {" ".join(self.cmd)}") - try: os.execve(self.cmd[0], list(self.cmd), {**os.environ, **self.environment_vars}) except FileNotFoundError: