diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index 3e9e67ac96..61d187735b 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -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):