From e7f19d7686ae6938ab2fb8fe8811c426f0793bb8 Mon Sep 17 00:00:00 2001 From: Sofia Date: Mon, 3 Aug 2026 20:57:06 +0300 Subject: [PATCH] Remove unused print --- rust/src/team_resource.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/src/team_resource.rs b/rust/src/team_resource.rs index 69e0806..5e6cab8 100644 --- a/rust/src/team_resource.rs +++ b/rust/src/team_resource.rs @@ -27,7 +27,6 @@ impl TeamResource { } pub fn color(&self) -> Color { - godot_print!("Fetching color"); if let Some(game) = Game::singleton() { self.color_from(&game.bind().private_opts) } else {