remove log

This commit is contained in:
pythongosssss 2023-08-20 20:01:25 +01:00
parent 9b1d5a587c
commit cdaf65ceb1
1 changed files with 0 additions and 1 deletions

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)