mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03: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()
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user