From 868932c5e4a5a2ced2e15b1b9624c400df4bca00 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Mon, 18 Sep 2023 11:33:47 -0700 Subject: [PATCH] Remove duplicate code --- scripts/wk/clone/ddrescue.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/wk/clone/ddrescue.py b/scripts/wk/clone/ddrescue.py index 7c5d0c10..ce5d60c5 100644 --- a/scripts/wk/clone/ddrescue.py +++ b/scripts/wk/clone/ddrescue.py @@ -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,