diff --git a/ahserver/filedownload.py b/ahserver/filedownload.py index d7f0557..5dbb226 100644 --- a/ahserver/filedownload.py +++ b/ahserver/filedownload.py @@ -56,7 +56,6 @@ async def file_download(request, filepath, content_type=None): raise HTTPNotFound async def path_download(request, kw, *params): - debug(f'path_download(): {kw=}, {params=}') path = kw.get('path') fs = FileStorage() fp = fs.realPath(path)