From ec2e5a022402fb221c541f94363f0197befdcab8 Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Fri, 1 Apr 2016 16:22:47 -0400 Subject: [PATCH] Removed debug statements. --- awx/ui/client/src/helpers/Hosts.js | 2 -- .../src/inventories/manage/inventory-manage.controller.js | 1 - 2 files changed, 3 deletions(-) diff --git a/awx/ui/client/src/helpers/Hosts.js b/awx/ui/client/src/helpers/Hosts.js index e6730f1dd2..6a7b864e02 100644 --- a/awx/ui/client/src/helpers/Hosts.js +++ b/awx/ui/client/src/helpers/Hosts.js @@ -825,9 +825,7 @@ return function(params) { scope.name = host.name; scope.copy_choice = "copy"; d = angular.element(document.getElementById('host-copy-dialog')); - console.info('hosts helper compile scope', d, scope); $compile(d)(scope); - console.info('compiled', $compile(d)(scope)); CreateDialog({ id: 'host-copy-dialog', scope: scope, diff --git a/awx/ui/client/src/inventories/manage/inventory-manage.controller.js b/awx/ui/client/src/inventories/manage/inventory-manage.controller.js index ac64e2137a..e8b8040245 100644 --- a/awx/ui/client/src/inventories/manage/inventory-manage.controller.js +++ b/awx/ui/client/src/inventories/manage/inventory-manage.controller.js @@ -309,7 +309,6 @@ function InventoriesManage($log, $scope, $rootScope, $location, $scope.restoreSearch = function() { // Restore search params and related stuff, plus refresh // groups and hosts lists - console.info('the set', PreviousSearchParams.set); SearchInit({ scope: $scope, set: PreviousSearchParams.set,