diff --git a/awx/ui/static/js/helpers/Jobs.js b/awx/ui/static/js/helpers/Jobs.js index 784f7e068b..5c903b19dd 100644 --- a/awx/ui/static/js/helpers/Jobs.js +++ b/awx/ui/static/js/helpers/Jobs.js @@ -50,8 +50,6 @@ angular.module('JobsHelper', ['Utilities', 'RestServices', 'FormGenerator', 'Job list = scope.jobs; } job = Find({ list: list, key: 'id', val: id }); - console.log('found job:'); - console.log(job); if (job.type === 'inventory_update') { typeId = job.inventory_source; }