mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Removing a stray debug statement
This commit is contained in:
parent
910f9bd4a3
commit
5e1c98341b
@ -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']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user