remove forgotten debug output

This commit is contained in:
2020-06-16 23:43:49 +02:00
parent a14438c1f7
commit 18901049f4

View File

@@ -112,7 +112,6 @@ def leaderboard():
if maxEntry <= 100:
start = max(start, 0)
print(playerList)
finalResponse = flask.render_template("base.html", playerList=playerList, \
columNames=columContent, \
start=start, \