Skip to content

Commit

Permalink
chore: remove needless waiting for input
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrubek committed Mar 18, 2023
1 parent d2c10b1 commit 0594e65
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ impl App {
println!("Dry run, not persisting changes");
for replacer in files_to_replace {
println!("Would have replaced: {}", replacer.path.display());

println!("{:#?}", replacer);

// wait for user input
let mut input = String::new();
std::io::stdin().read_line(&mut input)?;
}

return Ok(());
Expand Down

0 comments on commit 0594e65

Please sign in to comment.