feat: Cleanup unused prints
All checks were successful
Build Docker / BuildImage (push) Successful in 1m15s

This commit is contained in:
2025-06-20 21:32:08 +10:00
parent 9d359640d3
commit 159a40ecb5

View File

@@ -104,10 +104,8 @@ def send_report(path):
}
for key in pathMap:
print(path, key)
if path.startswith(key):
tmpPath = path.replace(key, pathMap[key])
print(tmpPath)
if os.path.isfile("templates/assets/" + tmpPath):
return send_from_directory("templates/assets", tmpPath)