remove stray print statement

This commit is contained in:
Alan Rominger 2016-09-06 12:47:49 -04:00 committed by GitHub
parent 48e15d98b5
commit 9fe9866fc2

View File

@ -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):