Remove prompt for message input in main loop
This commit is contained in:
parent
4a3a857c34
commit
d9ddda570e
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ async fn main() {
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
input.clear();
|
input.clear();
|
||||||
print!("Enter message: ");
|
|
||||||
tokio::io::stdout().flush().await.unwrap();
|
tokio::io::stdout().flush().await.unwrap();
|
||||||
|
|
||||||
stdin_reader.read_line(&mut input).await.unwrap();
|
stdin_reader.read_line(&mut input).await.unwrap();
|
||||||
|
|
Loading…
Add table
Reference in a new issue