mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
Removed print statements left in the code.
This commit is contained in:
@@ -521,7 +521,6 @@ class JobAccess(BaseAccess):
|
||||
model = Job
|
||||
|
||||
def can_change(self, obj, data):
|
||||
print 'CAN_CHANGE', obj, data
|
||||
return self.user.is_superuser and obj.status == 'new'
|
||||
|
||||
def can_start(self, obj):
|
||||
|
||||
Reference in New Issue
Block a user