Skip to content

Commit 45ced96

Browse files
committed
chore: remove unnecessary comments
1 parent 601c289 commit 45ced96

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/app.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ impl App {
568568

569569
let popup_area = self.area(frame);
570570

571-
// Help
572571
Help::render(
573572
frame,
574573
popup_area,
@@ -577,9 +576,6 @@ impl App {
577576
self.config.clone(),
578577
);
579578

580-
// Pairing confirmation
581-
582-
// Set alias popup
583579
if self.focused_block == FocusedBlock::SetDeviceAliasBox {
584580
render_set_alias(
585581
&self.controllers,
@@ -701,7 +697,6 @@ impl App {
701697
}
702698

703699
pub fn quit(&mut self) {
704-
// TODO: use env_logger error!()
705700
let _ = save_favorite_devices_to_disk(&self.favorite_devices);
706701
self.running = false;
707702
}

0 commit comments

Comments
 (0)