From 5e378822677ed90afa51d19211d1f98768e3f331 Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 5 Mar 2019 11:29:18 -0500 Subject: [PATCH] Remove errant console --- .../dashboard/graphs/job-status/job-status-graph.directive.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js b/awx/ui/client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js index 62f6a90bf9..6fd48cf8cd 100644 --- a/awx/ui/client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js +++ b/awx/ui/client/src/home/dashboard/graphs/job-status/job-status-graph.directive.js @@ -139,7 +139,6 @@ function JobStatusGraph($window, adjustGraphSize, templateUrl, i18n, moment, gra //On click, update with new data $('.m').off('click').on("click", function(){ - console.log('click'); job_type = this.getAttribute("id"); $('#type-dropdown-display')