mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-11 01:18:33 +01:00
remove forgotten debug output
This commit is contained in:
@@ -112,7 +112,6 @@ def leaderboard():
|
|||||||
if maxEntry <= 100:
|
if maxEntry <= 100:
|
||||||
start = max(start, 0)
|
start = max(start, 0)
|
||||||
|
|
||||||
print(playerList)
|
|
||||||
finalResponse = flask.render_template("base.html", playerList=playerList, \
|
finalResponse = flask.render_template("base.html", playerList=playerList, \
|
||||||
columNames=columContent, \
|
columNames=columContent, \
|
||||||
start=start, \
|
start=start, \
|
||||||
|
|||||||
Reference in New Issue
Block a user