]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Whoops - do not need that debug statement anymore!
authorAnt Zucaro <azucaro@gmail.com>
Sun, 16 Oct 2011 23:28:20 +0000 (19:28 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 16 Oct 2011 23:28:20 +0000 (19:28 -0400)
xonstat/views/main.py

index e848410fc5a6274875db5b901733b4cd90f40243..29fe1f71a26265839fdbc09f38814c893c9fe7e3 100755 (executable)
@@ -45,8 +45,6 @@ def main_index(request):
             group_by(Game.map_id).\
             group_by(Map.name).all()[0:10]
 
-    log.debug(top_maps)
-
     for i in range(leaderboard_count-len(top_maps)):
         top_maps.append(('-', '-', '-'))