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:
parent
0ce2ae4d1c
commit
ff08e05485
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user