Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
style: remove useless debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed Jan 9, 2024
1 parent c7e5fc5 commit 0f3099b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/frontend/tui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1004,12 +1004,6 @@ fn select_user_password(config: InstallConfig) -> Dialog {
})
.button("Exit", |s| s.quit());

let r = user_password_dialog
.focus_view(&Selector::Name("full_name"))
.ok();

info!("{}", r.is_some());

user_password_dialog
}

Expand Down

0 comments on commit 0f3099b

Please sign in to comment.