Skip to content

Commit 9a1fd64

Browse files
committed
Remove forgotten False override
1 parent 332ba84 commit 9a1fd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plain/plain/assets/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get(self):
3333
# Make a trailing slash work, but we don't expect it
3434
url_path = url_path.rstrip("/")
3535

36-
if settings.DEBUG and False:
36+
if settings.DEBUG:
3737
absolute_path = self.get_debug_asset_path(url_path)
3838
else:
3939
absolute_path = self.get_asset_path(url_path)

0 commit comments

Comments
 (0)