mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-24 21:32:03 -08:00
drop the print
This commit is contained in:
parent
e9919f2ab7
commit
be5555fce4
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ def load_scripts(basedir):
|
|||
return
|
||||
|
||||
for filename in sorted(os.listdir(basedir)):
|
||||
print(f"Loading script: {filename}")
|
||||
path = os.path.join(basedir, filename)
|
||||
|
||||
if not os.path.isfile(path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue