Skip to content

Commit

Permalink
Remove debug key print
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelmello committed Jan 4, 2024
1 parent 3a33272 commit 246ee2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inquire/src/prompts/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ where
{
fn read_key(&mut self) -> crate::error::InquireResult<Key> {
let key = self.next();
println!("key: {:?}", key);

match key {
Some(key) => Ok(key),
Expand Down

0 comments on commit 246ee2d

Please sign in to comment.