提交 31ad536c 编写于 作者: D d8ahazard

Remove debugging message

上级 5756d517
......@@ -98,7 +98,6 @@ def move_files(src_path: str, dest_path: str, ext_filter: str = None):
for file in os.listdir(src_path):
fullpath = os.path.join(src_path, file)
if os.path.isfile(fullpath):
print(f"Checking file {file} in {src_path}")
if ext_filter is not None:
if ext_filter not in file:
continue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册