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