mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Remove extra print statements, minor contributing updates.
This commit is contained in:
parent
fa702a7a59
commit
a9c6dadc1a
@ -298,7 +298,6 @@ class BaseSerializer(serializers.ModelSerializer):
|
||||
summary_fields['modified_by'] = SortedDict()
|
||||
for field in SUMMARIZABLE_FK_FIELDS['user']:
|
||||
summary_fields['modified_by'][field] = getattr(obj.modified_by, field)
|
||||
print summary_fields
|
||||
return summary_fields
|
||||
|
||||
def get_created(self, obj):
|
||||
|
@ -1166,7 +1166,6 @@ class RunSystemJob(BaseTask):
|
||||
args.extend(['--inventory-updates'])
|
||||
except Exception, e:
|
||||
pass
|
||||
print args
|
||||
return args
|
||||
|
||||
def build_cwd(self, instance, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user