diff --git a/files/routes/special.py b/files/routes/special.py index 2c88d9f6a..1bd6df7d1 100644 --- a/files/routes/special.py +++ b/files/routes/special.py @@ -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