diff --git a/boot_diags/src/app.rs b/boot_diags/src/app.rs index 52ab224..468f2d2 100644 --- a/boot_diags/src/app.rs +++ b/boot_diags/src/app.rs @@ -903,30 +903,6 @@ fn build_right_items(app: &App) -> Action { let mut items: Vec> = Vec::new(); let mut labels: Vec> = Vec::new(); let mut start_index = 0; - // TODO: DELETE THIS SECTION - items.push(vec![ - DVLine { - line_parts: vec![format!( - "Parts: {:?} // {:?}", - app.clone.part_index_boot, app.clone.part_index_os - )], - line_colors: vec![Color::Reset], - }, - DVLine { - line_parts: vec![format!( - "Selected: {:?} // {:?}", - app.list.selected(), - app.list.get_selected(), - )], - line_colors: vec![Color::Reset], - }, - DVLine { - line_parts: vec![String::from("-----")], - line_colors: vec![Color::Reset], - }, - ]); - start_index += 1; - // TODO: DELETE THIS SECTION match app.cur_mode { Mode::DiagMenu => { let mut header_lines: Vec = Vec::new();