1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

remove log

This commit is contained in:
pythongosssss
2023-08-20 20:01:25 +01:00
parent 9b1d5a587c
commit cdaf65ceb1

View File

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