mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 14:51:36 +01:00
remove forgotten debug output
This commit is contained in:
@@ -27,7 +27,6 @@ def getRankRange():
|
||||
return invalidParameters()
|
||||
|
||||
players = SB.getRankRange(start, end)
|
||||
print(start, end)
|
||||
return "|".join([p.serialize() for p in players])
|
||||
|
||||
@app.route('/findplayer')
|
||||
|
||||
Reference in New Issue
Block a user