diff --git a/crates/hdx_atom/build.rs b/crates/hdx_atom/build.rs index 1fdf0678..c6bff604 100644 --- a/crates/hdx_atom/build.rs +++ b/crates/hdx_atom/build.rs @@ -54,7 +54,6 @@ fn main() { } } } else if capture.chars().all(|c| c == '-' || c == '_' || char::is_alphanumeric(c)) { - println!("cargo::warning={}", capture); matches.insert(capture.to_owned()); } true