Remove debugging output

This commit is contained in:
Raphael Michel
2018-05-18 11:54:42 +02:00
parent 4985e7e96d
commit 777424ad18

View File

@@ -45,7 +45,6 @@ class ConditionalListView:
)['m']
if lmd:
lmd_ts = timegm(lmd.utctimetuple())
print(lmd_ts, if_modified_since)
if if_unmodified_since and lmd and lmd_ts > if_unmodified_since:
return HttpResponse(status=412)