mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 13:32:36 +08:00
remove dbg message
This commit is contained in:
parent
5cc97cf2bf
commit
2bed0fad0a
@ -214,7 +214,6 @@ class PromptServer():
|
||||
|
||||
filename = os.path.basename(filename)
|
||||
file = os.path.join(output_dir, filename)
|
||||
print(f"{filename} / {file} / {os.path.isfile(file)}")
|
||||
|
||||
if os.path.isfile(file):
|
||||
return web.FileResponse(file, headers={"Content-Disposition": f"filename=\"{filename}\""})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user