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…
Reference in a new issue