mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
remove stray print statement
This commit is contained in:
parent
48e15d98b5
commit
9fe9866fc2
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user