mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 07:27:28 -02:30
removed debug print
This commit is contained in:
@@ -1230,9 +1230,6 @@ class InventoryUpdate(UnifiedJob, InventorySourceOptions):
|
||||
self.license_error = True
|
||||
if 'license_error' not in update_fields:
|
||||
update_fields.append('license_error')
|
||||
|
||||
if 'status' in update_fields:
|
||||
print("Calling inherited parent save for InventoryUpdate <%s, %s>" % (self.pk, self.status))
|
||||
super(InventoryUpdate, self).save(*args, **kwargs)
|
||||
|
||||
def get_absolute_url(self):
|
||||
|
||||
Reference in New Issue
Block a user