Skip to content

Commit

Permalink
chore(message): Remove the message, asking user for input
Browse files Browse the repository at this point in the history
Signed-off-by: dark0dave <[email protected]>
  • Loading branch information
dark0dave committed Dec 13, 2023
1 parent ab3a65a commit b0a79ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/weidu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ pub fn handle_io(mut child: Child, timeout: usize) -> InstallationResult {
log::info!("User Input required");
log::info!("Question is");
log::info!("{}\n", question);
log::info!("Please do so something!");
let user_input = get_user_input();
log::debug!("Read user input {}, sending it to process ", user_input);
weidu_stdin.write_all(user_input.as_bytes()).unwrap();
Expand Down

0 comments on commit b0a79ce

Please sign in to comment.