From 52c0fa5ce9f86816080219aa32fa1061eead7887 Mon Sep 17 00:00:00 2001 From: Junkui Zhang <364772080@qq.com> Date: Fri, 18 Jul 2025 17:54:26 +0800 Subject: [PATCH] remove debug print --- crates/gpui/build.rs | 4 ---- 1 file changed, 4 deletions(-) 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 {