]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Remove debug statement.
authorAnt Zucaro <azucaro@gmail.com>
Mon, 14 May 2012 17:18:28 +0000 (13:18 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Mon, 14 May 2012 17:18:28 +0000 (13:18 -0400)
xonstat/views/submission.py

index e2b7aaf62e36c21351517b430aaca01eefb7a2e3..e841e0df90ebc813d12c37dc58ead71140857b12 100755 (executable)
@@ -575,7 +575,6 @@ def stats_submit(request):
         except:\r
             revision = "unknown"\r
 \r
-        log.debug(revision)\r
         server = get_or_create_server(session=session, hashkey=idfp, \r
                 name=game_meta['S'], revision=revision,\r
                 ip_addr=get_remote_addr(request))\r