removed debug print

This commit is contained in:
Chris Meyers
2015-05-22 11:48:22 -04:00
parent acc0f420ce
commit 0be4485849

View File

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