mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-13 02:35:39 +00:00
remove testing line
This commit is contained in:
parent
358aa142b2
commit
864b731cfa
1 changed files with 1 additions and 2 deletions
|
@ -199,8 +199,7 @@ def is_year_available(user, year):
|
||||||
year = int(year)
|
year = int(year)
|
||||||
if earliest_year <= year < today.year:
|
if earliest_year <= year < today.year:
|
||||||
return True
|
return True
|
||||||
#if year == today.year and today >= date(today.year, 12, FIRST_DAY):
|
if year == today.year and today >= date(today.year, 12, FIRST_DAY):
|
||||||
if year == today.year and today >= date(today.year, 1, 1):
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in a new issue