remove log

main
pythongosssss 2 years ago
parent 9b1d5a587c
commit cdaf65ceb1

@ -135,7 +135,6 @@ class PromptServer():
files = glob.glob(os.path.join(dir, '**/*.js'), recursive=True) files = glob.glob(os.path.join(dir, '**/*.js'), recursive=True)
extensions.extend(list(map(lambda f: "/extensions/" + urllib.parse.quote( extensions.extend(list(map(lambda f: "/extensions/" + urllib.parse.quote(
name) + "/" + os.path.relpath(f, dir).replace("\\", "/"), files))) name) + "/" + os.path.relpath(f, dir).replace("\\", "/"), files)))
print(extensions)
return web.json_response(extensions) return web.json_response(extensions)

Loading…
Cancel
Save