Skip to content

Commit

Permalink
Extra log was not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDearlove committed Oct 15, 2023
1 parent 0acbe97 commit 75cf519
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uqcsbot/holidays.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ def get_holidays_from_page(holiday_page: str) -> List[Holiday]:
holiday = Holiday(date, description, url)
holidays.append(holiday)

if holidays == []:
logging.warn("Failed to get holidays from page.")

return holidays

Expand Down

0 comments on commit 75cf519

Please sign in to comment.