2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 14:51:51 +00:00

remove print

This commit is contained in:
Philip Sargent 2024-07-18 20:07:04 +02:00
parent 0ce2ae4d1c
commit ff08e05485

View File

@ -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():