Remove debug output for all commands (#3201)
This commit is contained in:
parent
245b84194a
commit
1ddc74af21
|
|
@ -319,8 +319,6 @@ class SysCommandWorker:
|
||||||
# If history_logfile does not exist, ignore the error
|
# If history_logfile does not exist, ignore the error
|
||||||
pass
|
pass
|
||||||
|
|
||||||
debug(f"Executing: {" ".join(self.cmd)}")
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.execve(self.cmd[0], list(self.cmd), {**os.environ, **self.environment_vars})
|
os.execve(self.cmd[0], list(self.cmd), {**os.environ, **self.environment_vars})
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue