mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-15 07:03:06 +03:00
drop the print
This commit is contained in:
parent
e9919f2ab7
commit
be5555fce4
@ -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…
Reference in New Issue
Block a user