Skip to content

Commit aea2d46

Browse files
committed
Remove unneeded print
1 parent 1bb2919 commit aea2d46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: prework.py

-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ def check_file(filename, correct_hash=None, different_hash=None, correct_perms=N
8282
if different_hash and file_hash == different_hash:
8383
result += 2
8484
if correct_perms and file_perms != correct_perms:
85-
print(file_perms, type(file_perms))
86-
print(correct_perms, type(correct_perms))
8785
result += 4
8886
return result
8987

0 commit comments

Comments
 (0)