From: Ant Zucaro Date: Sun, 16 Oct 2011 23:28:20 +0000 (-0400) Subject: Whoops - do not need that debug statement anymore! X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=11c20753ba1daef0d9826d910eb3b0e0b01aae31;p=xonotic%2Fxonstat.git Whoops - do not need that debug statement anymore! --- diff --git a/xonstat/views/main.py b/xonstat/views/main.py index e848410..29fe1f7 100755 --- a/xonstat/views/main.py +++ b/xonstat/views/main.py @@ -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(('-', '-', '-'))