mirror of
https://github.com/netinvent/npbackup.git
synced 2026-01-08 16:44:43 +08:00
CLI: Remove redundant command debug log
This commit is contained in:
parent
987317cec8
commit
4792df8d89
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue