Browse Source

Removed some debug messages

pull/14/head
Rogier Neeleman 8 years ago
parent
commit
fa706a97fe
  1. 2
      nfgame.py

2
nfgame.py

@ -98,8 +98,6 @@ def highscores():
else: else:
tagquery = tagquery + ' and tags like "%' + tag + '%"' tagquery = tagquery + ' and tags like "%' + tag + '%"'
print(tagquery)
db = get_db() db = get_db()
cur = db.execute('select * from score ' + tagquery + ' order by duration asc') cur = db.execute('select * from score ' + tagquery + ' order by duration asc')
entries = cur.fetchall() entries = cur.fetchall()

Loading…
Cancel
Save