Skip to content

Commit 6bf3610

Browse files
authored
Pre1.0_3
1 parent 9ef06b4 commit 6bf3610

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

updater.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def get_zip_link(username:str, repository:str, branch:str="main"):
6666

6767
def move_files(source_dir:str):
6868
for filename in os.listdir("_"):
69-
print(os.path.join(source_dir, filename), filename)
7069
try: # Folder
7170
if "ROOT" in filename:
7271
continue

0 commit comments

Comments
 (0)