From 94bb0701fc96946b3ff8102b3df3c3612888d07a Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Thu, 17 Oct 2013 14:57:41 +0000 Subject: [PATCH] Removed console.log debug statements --- awx/ui/static/js/helpers/JobSubmission.js | 2 -- awx/ui/static/js/helpers/inventory.js | 1 - 2 files changed, 3 deletions(-) diff --git a/awx/ui/static/js/helpers/JobSubmission.js b/awx/ui/static/js/helpers/JobSubmission.js index a0dcde5ce4..234914e56d 100644 --- a/awx/ui/static/js/helpers/JobSubmission.js +++ b/awx/ui/static/js/helpers/JobSubmission.js @@ -24,8 +24,6 @@ angular.module('JobSubmissionHelper', [ 'RestServices', 'Utilities', 'Credential function navigate(canceled) { //Decide where to send the user once the modal dialog closes if (!canceled) { - console.log('here'); - console.log('base: ' + base); if (base == 'jobs') { scope.refreshJob(); } diff --git a/awx/ui/static/js/helpers/inventory.js b/awx/ui/static/js/helpers/inventory.js index 878aa63d05..2f7f45d04d 100644 --- a/awx/ui/static/js/helpers/inventory.js +++ b/awx/ui/static/js/helpers/inventory.js @@ -570,7 +570,6 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi Rest.get() .success( function(data, status, headers, config) { if (data.count == 0) { - console.log('emitted'); // no groups exist, show help scope.$emit('ShowHelp'); }