diff --git a/crates/gpui/build.rs b/crates/gpui/build.rs index 46dbdb0199044b3fe581574ad358d0ecf81c60b6..3c958528ffa2ad9b7f3c0b61e49361134d0d29a1 100644 --- a/crates/gpui/build.rs +++ b/crates/gpui/build.rs @@ -326,10 +326,6 @@ mod windows { &rust_binding_path, ); } - println!( - "cargo:warning=Successfully compiled shaders. Output written to: {}", - rust_binding_path - ); } fn find_fxc_compiler() -> String {