mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Fix jshint failure
This commit is contained in:
parent
da029bb274
commit
156f9bb83d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user