diff --git a/awx/ui/static/js/helpers/JobDetail.js b/awx/ui/static/js/helpers/JobDetail.js index f9272559a8..74374b4f7d 100644 --- a/awx/ui/static/js/helpers/JobDetail.js +++ b/awx/ui/static/js/helpers/JobDetail.js @@ -1047,8 +1047,6 @@ function($rootScope, $log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, Ge return 0; }); - console.log(hostSummaries); - while (idx < keys.length && result.length < scope.hostSummariesMaxRows) { if (scope.searchAllStatus === 'failed') { if (hostSummaries[keys[idx]].status === 'failed') { @@ -1290,4 +1288,4 @@ function($rootScope, $log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, Ge my_scope.$destroy(); }; }; -}]); \ No newline at end of file +}]);