diff --git a/awx/plugins/callback/job_event_callback.py b/awx/plugins/callback/job_event_callback.py index 3a70c03085..6f04ccaf22 100644 --- a/awx/plugins/callback/job_event_callback.py +++ b/awx/plugins/callback/job_event_callback.py @@ -344,7 +344,6 @@ class BaseCallbackModule(object): task=result._task) @staticmethod - @statsd.timer('terminate_ssh_control_masters') def terminate_ssh_control_masters(): # Determine if control persist is being used and if any open sockets # exist after running the playbook.