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 f772e0b commit 4fe9c93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/frontend/tui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1004,12 +1004,10 @@ fn select_user_password(config: InstallConfig) -> Dialog {
})
.button("Exit", |s| s.quit());

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

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

user_password_dialog
}

Expand Down

0 comments on commit 4fe9c93

Please sign in to comment.