perf: 去掉 debug msg

This commit is contained in:
ibuler
2023-04-20 22:32:22 +08:00
committed by Jiangjie.Bai
parent 06052b85a2
commit eb9ac213d5
4 changed files with 3 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ class AssetPermissionSerializer(BulkOrgResourceModelSerializer):
for i in range(0, len(account_ids), slice_count):
push_accounts_to_assets_task.delay(account_ids[i:i + slice_count])
def validate_accounts(self, usernames: list[str]):
def validate_accounts(self, usernames):
template_ids = []
account_usernames = []
for username in usernames: