mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 18:47:18 +00:00
remove print
This commit is contained in:
@@ -261,7 +261,7 @@ def mediapage(request, subpath=None, doc_root=None):
|
||||
"""This is for special prefix paths /photos/ /site_media/, /static/ etc.
|
||||
as defined in urls.py . If given a directory, gives a failure page.
|
||||
"""
|
||||
print("mediapath", subpath)
|
||||
#print("mediapath", subpath)
|
||||
if doc_root is not None:
|
||||
filetobeopened = Path(doc_root, subpath)
|
||||
if filetobeopened.is_dir():
|
||||
|
||||
Reference in New Issue
Block a user