]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Remove a debug statement.
authorAnt Zucaro <azucaro@gmail.com>
Fri, 25 Jan 2013 22:16:29 +0000 (17:16 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Fri, 25 Jan 2013 22:16:29 +0000 (17:16 -0500)
xonstat/templates/scoreboard.mako

index ae58fbd0634e504deb9a06aff9d6622acc974aea..00c9185b10610c1211c6627e2b64f4c10a75530e 100644 (file)
@@ -1,7 +1,6 @@
 <%def name="scoreboard(game_type_cd, pgstats, show_elo=False, show_latency=False)">
 <table  class="table table-bordered table-condensed">
 ${scoreboard_header(game_type_cd, pgstats[0])}
-${show_latency}
   <tbody>
   % for pgstat in pgstats:
     <tr class="${pgstat.team_html_color()}">