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