Skip to content

Commit

Permalink
Turn off printing
Browse files Browse the repository at this point in the history
  • Loading branch information
parno committed Dec 18, 2023
1 parent 8e82bd2 commit ee990c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,6 @@ fn find_inline_comment_lines(s: &str) -> HashSet<usize> {
comment_lines.insert(line_num + 1);
}
}
println!("comment_lines = {:?}", comment_lines);
return comment_lines;
}

Expand Down

0 comments on commit ee990c5

Please sign in to comment.