Skip to content

Commit 38d6e01

Browse files
committed
Remove unuse code
Signed-off-by: Toomore Chiang <[email protected]>
1 parent 940c707 commit 38d6e01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

module/users.py

-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ def check_profile(self, at_least: int = 200) -> None:
563563

564564
def check_signed_policy(self) -> None:
565565
''' check the policy signed '''
566-
print(PolicyType.COC)
567566
for _ in PolicySigned.is_recently_signed(uid=self.uid, _type=PolicyType.COC):
568567
self.is_coc = True
569568
break

0 commit comments

Comments
 (0)