mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Remove debugging output
This commit is contained in:
@@ -45,7 +45,6 @@ class ConditionalListView:
|
|||||||
)['m']
|
)['m']
|
||||||
if lmd:
|
if lmd:
|
||||||
lmd_ts = timegm(lmd.utctimetuple())
|
lmd_ts = timegm(lmd.utctimetuple())
|
||||||
print(lmd_ts, if_modified_since)
|
|
||||||
|
|
||||||
if if_unmodified_since and lmd and lmd_ts > if_unmodified_since:
|
if if_unmodified_since and lmd and lmd_ts > if_unmodified_since:
|
||||||
return HttpResponse(status=412)
|
return HttpResponse(status=412)
|
||||||
|
|||||||
Reference in New Issue
Block a user