]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Remove unneeded team gamestat debug.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 20 Jul 2013 11:47:28 +0000 (07:47 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 20 Jul 2013 11:47:28 +0000 (07:47 -0400)
xonstat/views/game.py

index 97afe42188473dc13b8a3097dbbf4b23dc6d676a..ec5ac757731c9d0e33f15ce01605b67f4bcf4b61 100644 (file)
@@ -121,7 +121,6 @@ def _game_info_data(request):
             if pgstat.team not in stats_by_team.keys():
                 stats_by_team[pgstat.team] = []
             stats_by_team[pgstat.team].append(pgstat)
-        log.debug(stats_by_team)
 
         captimes = []
         if game.game_type_cd == 'ctf':