Skip to content

Commit

Permalink
Remove println. #745 (#746)
Browse files Browse the repository at this point in the history
Co-authored-by: Horaci Macias <hmacias@avaya.com>
  • Loading branch information
horacimacias and hmacias-avaya authored Nov 7, 2022
1 parent cdbd148 commit 10c507c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prost-build/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ impl Comments {
/// - escape urls as <http://foo.com>
/// - escape `[` & `]`
fn sanitize_line(line: &str) -> String {
println!("prost: {:?}", line);
lazy_static! {
static ref RULE_URL: Regex = Regex::new(r"https?://[^\s)]+").unwrap();
static ref RULE_BRACKETS: Regex = Regex::new(r"(\[)(\S+)(])").unwrap();
Expand Down

0 comments on commit 10c507c

Please sign in to comment.