diff --git a/rust/src/game/mod.rs b/rust/src/game/mod.rs index fbec16a..671a89a 100644 --- a/rust/src/game/mod.rs +++ b/rust/src/game/mod.rs @@ -517,7 +517,6 @@ impl Game { } pub fn try_set_player_team(&mut self, player_id: u16, team: u8) { - godot_print!("set player team"); if let Some(player) = self.find_player_mut(player_id) { if player.data.team == team { return;