mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
removed print statements
This commit is contained in:
parent
79d6ecc2ef
commit
acc0f420ce
@ -1101,7 +1101,6 @@ class InventorySource(UnifiedJobTemplate, InventorySourceOptions):
|
||||
'credential', 'source_regions', 'instance_filters', 'group_by', 'overwrite', 'overwrite_vars']
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
print("Inventory source save called <%s, %s>" % (self.pk, self.status))
|
||||
new_instance = bool(self.pk)
|
||||
# If update_fields has been specified, add our field names to it,
|
||||
# if it hasn't been specified, then we're just doing a normal save.
|
||||
|
||||
@ -357,7 +357,6 @@ class ProjectUpdate(UnifiedJob, ProjectOptions):
|
||||
return reverse('api:project_update_detail', args=(self.pk,))
|
||||
|
||||
def _update_parent_instance(self):
|
||||
print("This should not print")
|
||||
parent_instance = self._get_parent_instance()
|
||||
if parent_instance:
|
||||
update_fields = self._update_parent_instance_no_save(parent_instance)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user