mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
remove stray print statement
This commit is contained in:
@@ -661,7 +661,6 @@ class CredentialAccess(BaseAccess):
|
||||
or (not organization_pk and obj.organization):
|
||||
return False
|
||||
|
||||
print(self.user in obj.admin_role)
|
||||
return self.user in obj.admin_role
|
||||
|
||||
def can_delete(self, obj):
|
||||
|
||||
Reference in New Issue
Block a user