Remove duplicate code

This commit is contained in:
2Shirt 2023-09-18 11:33:47 -07:00
parent 17a62d6f36
commit 868932c5e4
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -560,11 +560,6 @@ def run_recovery(state: State, main_menu, settings_menu, dry_run=True) -> None:
update_layout=False,
watch_file=f'{state.log_dir}/smart_source.out',
)
state.ui.add_info_pane(
percent=50,
update_layout=False,
watch_file=f'{state.log_dir}/smart_destination.out',
)
if hasattr(state.destination, 'attributes'):
state.ui.add_info_pane(
percent=50,