From: Ant Zucaro Date: Fri, 25 Jan 2013 22:16:29 +0000 (-0500) Subject: Remove a debug statement. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=47c0c3e12cbe9835e87bb9192f5cf26849019a41;p=xonotic%2Fxonstat.git Remove a debug statement. --- diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index ae58fbd..00c9185 100644 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -1,7 +1,6 @@ <%def name="scoreboard(game_type_cd, pgstats, show_elo=False, show_latency=False)"> ${scoreboard_header(game_type_cd, pgstats[0])} -${show_latency} % for pgstat in pgstats: