aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/seasons/season.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/seasons/season.py b/bot/seasons/season.py
index 856f89b6..e59949d7 100644
--- a/bot/seasons/season.py
+++ b/bot/seasons/season.py
@@ -51,7 +51,6 @@ def get_season(season_name: str = None, date: datetime.datetime = None) -> "Seas
raise UserWarning("This function requires either a season or a date in order to run.")
seasons = get_seasons()
- print(seasons)
# Use season override if season name not provided
if not season_name and Client.season_override: