aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christopher Goes <[email protected]>2019-03-05 00:07:15 -0700
committerGravatar Christopher Goes <[email protected]>2019-03-05 00:07:15 -0700
commit01612e68cc417f0875e5b6404ac537a7e53072c4 (patch)
tree75252dce497c9b28961eebbaad15e2483eed7c14
parentFormating and linter fixes (diff)
Stray print
-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: