Skip to content

Commit

Permalink
ban: Removed some debug printing I left in accidentally.
Browse files Browse the repository at this point in the history
  • Loading branch information
MinoMino committed Jan 7, 2016
1 parent 638a505 commit fd822b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ban.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ def handle_game_countdown(self):
# TODO: Proper fix to self.teams() in game_start.
@minqlx.delay(1)
def handle_game_start(self, game):
self.msg(self.teams())
for player in self.players():
self.msg(player.connection_state)
teams = self.teams()
self.players_start = teams["red"] + teams["blue"]

Expand Down

0 comments on commit fd822b1

Please sign in to comment.