diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index dc80ef7af8..d86883cd5b 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -506,7 +506,6 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar if (scope.activePlay && scope.jobData.plays[scope.activePlay]) { scope.jobData.plays[scope.activePlay].playActiveClass = 'active'; } - console.log(scope.jobData.plays); scope.$emit('LoadTasks', events_url); }) .error( function(data, status) {