fix: remove accidently added print

This commit is contained in:
张泊明518370910136 2021-10-23 15:34:35 +08:00
parent 63b1fd7c3f
commit 027faaa5bc
No known key found for this signature in database
GPG Key ID: FBEF5DE8B9F4C629

View File

@ -57,7 +57,6 @@ class Canvas:
late_students = set()
submitted_ids = set()
for path in glob(os.path.join(dir, "*")):
print(path)
file_name = os.path.basename(path)
if "_" not in file_name:
continue