Skip to content

Commit

Permalink
fix: Remove debugging-print
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 21, 2024
1 parent cddd05a commit d550687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ fn make_context(current_version: &Version, new_version: &Version) -> Context {

fn build_updates(input: String, seach_text: String, replace_text: String) -> String {
let lines = seach_text.split("\n").count();
println!("{}", lines);
let mut buf: Vec<String> = Vec::new();
let mut output: Vec<String> = Vec::new();
for line in input.split("\n") {
Expand Down

0 comments on commit d550687

Please sign in to comment.