remove team debug print

This commit is contained in:
2024-03-27 22:56:41 +01:00
parent e97ee8a37a
commit 370815a018
-2
View File
@@ -12,9 +12,7 @@ class Team(Serializable):
def __init__(self, health=80, color="red", name="Team " + str(id)):
self.id = Team.id
print(self.id, Team.id)
Team.id += 1
print(self.id, Team.id)
self.health = health
self.color = color
self.name = name