mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
Remove extra print statements, minor contributing updates.
This commit is contained in:
@@ -298,7 +298,6 @@ class BaseSerializer(serializers.ModelSerializer):
|
|||||||
summary_fields['modified_by'] = SortedDict()
|
summary_fields['modified_by'] = SortedDict()
|
||||||
for field in SUMMARIZABLE_FK_FIELDS['user']:
|
for field in SUMMARIZABLE_FK_FIELDS['user']:
|
||||||
summary_fields['modified_by'][field] = getattr(obj.modified_by, field)
|
summary_fields['modified_by'][field] = getattr(obj.modified_by, field)
|
||||||
print summary_fields
|
|
||||||
return summary_fields
|
return summary_fields
|
||||||
|
|
||||||
def get_created(self, obj):
|
def get_created(self, obj):
|
||||||
|
|||||||
@@ -1166,7 +1166,6 @@ class RunSystemJob(BaseTask):
|
|||||||
args.extend(['--inventory-updates'])
|
args.extend(['--inventory-updates'])
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
pass
|
pass
|
||||||
print args
|
|
||||||
return args
|
return args
|
||||||
|
|
||||||
def build_cwd(self, instance, **kwargs):
|
def build_cwd(self, instance, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user