diff --git a/files.py b/files.py index 7b19216..37baf73 100644 --- a/files.py +++ b/files.py @@ -390,7 +390,6 @@ def custom_static(filename): ################################################################################ @app.template_filter('TopLevelFolderOf') def _jinja2_filter_toplevelfolderof(path, cwd): - print(f"path={path}, cwd={cwd}, dirname=={os.path.dirname(path)}") if os.path.dirname(path) == cwd: return True else: