Remove debug output for all commands (#3201)

This commit is contained in:
Daniel Girtler 2025-02-25 21:20:43 +11:00 committed by GitHub
parent 245b84194a
commit 1ddc74af21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -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: