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