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 {