mirror of
https://github.com/netinvent/npbackup.git
synced 2024-11-10 09:03:02 +08:00
CLI: Remove double log entries for find command
This commit is contained in:
parent
3fb908fbdb
commit
3e72ac4c1b
1 changed files with 0 additions and 2 deletions
|
@ -917,8 +917,6 @@ class NPBackupRunner:
|
|||
level="info",
|
||||
)
|
||||
result = self.restic_runner.find(path=path)
|
||||
if result:
|
||||
self.write_logs(f"Found path in:\n{result}", level="info")
|
||||
return self.convert_to_json_output(result, None)
|
||||
|
||||
@threaded
|
||||
|
|
Loading…
Reference in a new issue