From 156f9bb83d599dae7bd67290131e2f80524281b1 Mon Sep 17 00:00:00 2001 From: James Laska Date: Thu, 14 Aug 2014 11:49:39 -0400 Subject: [PATCH] Fix jshint failure --- awx/ui/static/js/controllers/JobDetail.js | 1 - 1 file changed, 1 deletion(-) 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) {