1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Removing a stray debug statement

This commit is contained in:
Matthew Jones 2015-12-17 10:50:07 -05:00
parent 910f9bd4a3
commit 5e1c98341b

View File

@ -2137,7 +2137,6 @@ class TowerSettingsSerializer(BaseSerializer):
return attrs
def save_object(self, obj, **kwargs):
print("kwargs {0}".format(kwargs))
manifest_val = settings.TOWER_SETTINGS_MANIFEST[obj.key]
obj.description = manifest_val['description']
obj.category = manifest_val['category']