mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
removed debug print
This commit is contained in:
@@ -1230,9 +1230,6 @@ class InventoryUpdate(UnifiedJob, InventorySourceOptions):
|
|||||||
self.license_error = True
|
self.license_error = True
|
||||||
if 'license_error' not in update_fields:
|
if 'license_error' not in update_fields:
|
||||||
update_fields.append('license_error')
|
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)
|
super(InventoryUpdate, self).save(*args, **kwargs)
|
||||||
|
|
||||||
def get_absolute_url(self):
|
def get_absolute_url(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user