Skip to content

Commit e134937

Browse files
committed
Remove print
1 parent 4a7288c commit e134937

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rlbot/managers/hivemind.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def _handle_match_settings(self, match_settings: flat.MatchSettings):
8282

8383
# search match settings for our spawn ids
8484
for i, player in enumerate(self.match_settings.player_configurations):
85-
print(player.name)
8685
if player.spawn_id in self.spawn_ids:
8786
self.team = player.team
8887
self.names.append(player.name)

0 commit comments

Comments
 (0)