Skip to content

Commit

Permalink
Remove debug println!()
Browse files Browse the repository at this point in the history
  • Loading branch information
gblach committed Jun 9, 2024
1 parent 8a994a3 commit b4730d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mainloop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,6 @@ impl Mainloop {
},
_ => {}
}

println!("{:?}, {:?}, {:?}, {:?}",
key.code, key.modifiers,
key.kind, key.state);
}

else if key.code == KeyCode::Esc {
Expand Down

0 comments on commit b4730d9

Please sign in to comment.