CLI: Remove double log entries for find command

This commit is contained in:
deajan 2024-09-05 19:18:27 +02:00
parent 3fb908fbdb
commit 3e72ac4c1b

View file

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