CLI: Remove redundant command debug log

This commit is contained in:
deajan 2024-12-10 11:17:45 +01:00
parent 987317cec8
commit 4792df8d89

View file

@ -347,7 +347,6 @@ class ResticRunner:
_cmd = f'"{self._binary}"{additional_parameters}{self.generic_arguments} {cmd}'
self._executor_running = True
self.write_logs(f"Running command: [{_cmd}]", level="debug")
self._make_env()
exit_code, output = command_runner(