remove debug

This commit is contained in:
2021-06-11 19:02:04 +10:00
parent 0b6acd1899
commit 9aec3af90a

View File

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