From a34563eef3a1de9dd203e7165b8a9b33e6f2d609 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Fri, 27 Jun 2014 16:10:35 -0400 Subject: [PATCH] Dashboard Fixed js lint issue --- awx/ui/static/js/helpers/Jobs.js | 2 -- 1 file changed, 2 deletions(-) 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; }