mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 19:22:32 +00:00
drop the print
This commit is contained in:

committed by
AUTOMATIC1111

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):
|
||||
|
Reference in New Issue
Block a user