Remove debug print()

This commit is contained in:
rubenwardy 2015-07-14 16:20:46 +01:00
parent 6fd6c9b0df
commit 7beadd1382

View File

@ -36,7 +36,6 @@ function ctf.gui.show(name, tab, team)
if not team or not ctf.team(team) then if not team or not ctf.team(team) then
team = ctf.player(name).team team = ctf.player(name).team
print(team)
end end
if team and team ~= "" and ctf.team(team) then if team and team ~= "" and ctf.team(team) then