Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
cdaf65ce
Commit
cdaf65ce
authored
Aug 20, 2023
by
pythongosssss
Browse files
remove log
parent
9b1d5a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
server.py
server.py
+0
-1
No files found.
server.py
View file @
cdaf65ce
...
@@ -135,7 +135,6 @@ class PromptServer():
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment