mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
remove log
This commit is contained in:
parent
9b1d5a587c
commit
cdaf65ceb1
@ -135,7 +135,6 @@ class PromptServer():
|
||||
files = glob.glob(os.path.join(dir, '**/*.js'), recursive=True)
|
||||
extensions.extend(list(map(lambda f: "/extensions/" + urllib.parse.quote(
|
||||
name) + "/" + os.path.relpath(f, dir).replace("\\", "/"), files)))
|
||||
print(extensions)
|
||||
|
||||
return web.json_response(extensions)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user