Skip to content

Commit

Permalink
Remove debug message from team switch
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed Nov 8, 2009
1 parent 9482827 commit d5dc1de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyscripts/TeamController/teamctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

def onSwitchTeam(cn, team):
mode = sbserver.gameMode()
print mode
if mode in setteam_modes:
sbserver.setTeam(cn, team)
elif mode in switchteam_modes:
Expand Down

0 comments on commit d5dc1de

Please sign in to comment.