feat: Cleanup unused prints
All checks were successful
Build Docker / BuildImage (push) Successful in 1m15s
All checks were successful
Build Docker / BuildImage (push) Successful in 1m15s
This commit is contained in:
@@ -104,10 +104,8 @@ def send_report(path):
|
|||||||
}
|
}
|
||||||
|
|
||||||
for key in pathMap:
|
for key in pathMap:
|
||||||
print(path, key)
|
|
||||||
if path.startswith(key):
|
if path.startswith(key):
|
||||||
tmpPath = path.replace(key, pathMap[key])
|
tmpPath = path.replace(key, pathMap[key])
|
||||||
print(tmpPath)
|
|
||||||
if os.path.isfile("templates/assets/" + tmpPath):
|
if os.path.isfile("templates/assets/" + tmpPath):
|
||||||
return send_from_directory("templates/assets", tmpPath)
|
return send_from_directory("templates/assets", tmpPath)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user