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'); }