Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erkkikeranen committed May 10, 2020
1 parent fc0dd18 commit bb6a457
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rust_core/read_line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ impl IFn for ReadLineFn {
if args.len() != 0 {
return error_message::wrong_arg_count(0, args.len())
}

//io::stdout().flush();

let mut input = String::new();
io::stdout().flush();
match io::stdin().read_line(&mut input) {
Expand Down

0 comments on commit bb6a457

Please sign in to comment.