Skip to content

Commit

Permalink
Remove unnecessary read call
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Jul 26, 2024
1 parent f0542c1 commit ef8646b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions isototest/src/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ pub async fn write_to_console(
};
sleep(timer);
}
let mut buff = String::new();
io::stdin().read_line(&mut buff)?;

Ok(())
}

Expand Down

0 comments on commit ef8646b

Please sign in to comment.