diff --git a/awx/ui/static/js/helpers/Events.js b/awx/ui/static/js/helpers/Events.js index 891a958910..eaca5d71a5 100644 --- a/awx/ui/static/js/helpers/Events.js +++ b/awx/ui/static/js/helpers/Events.js @@ -177,7 +177,6 @@ angular.module('EventsHelper', ['RestServices', 'Utilities']) case 'results': case 'module_name': case 'module_args': - case 'traceback': delete form.fields[fld]; break; }