From b14c2c4313cff700bfacde4c716e8effe68f66c1 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Mon, 17 Aug 2026 02:10:44 -0700 Subject: don't print the asset list every build it was nice while debugging the build script, but no longer useful Force-Push: yes Change-Id: I0caa4939b7cc3df8820b101aef270c3ea57b4e0f --- build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/build.rs b/build.rs index 67fb6d3..d31f1cc 100644 --- a/build.rs +++ b/build.rs @@ -168,7 +168,6 @@ fn generate_asset_module(asset_paths: BTreeSet) -> Result<()> { let source_dir = env::current_dir()?; - println!("cargo::warning=assets {:?}", asset_paths); writeln!(file, "#[deny(unsafe_code)]")?; writeln!(file, "pub fn asset(name: &str) -> crate::error::Result<&[u8]> {{")?; -- cgit 1.4.1