remove leftover debug print

pull/136/head
Aevann 2023-03-02 02:47:19 +02:00
parent aeb4cf2258
commit 4dde817fcc
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ ORDER BY payout DESC, bets_won DESC, bets_total ASC;
@cache.memoize()
def _special_leaderboard_get():
print('worldcup', flush=True)
result = g.db.execute(_special_leaderboard_query).all()
return result