Removed debug statements.

This commit is contained in:
Ken Hoes
2016-04-01 16:22:47 -04:00
parent e6cbe5589e
commit ec2e5a0224
2 changed files with 0 additions and 3 deletions

View File

@@ -825,9 +825,7 @@ return function(params) {
scope.name = host.name; scope.name = host.name;
scope.copy_choice = "copy"; scope.copy_choice = "copy";
d = angular.element(document.getElementById('host-copy-dialog')); d = angular.element(document.getElementById('host-copy-dialog'));
console.info('hosts helper compile scope', d, scope);
$compile(d)(scope); $compile(d)(scope);
console.info('compiled', $compile(d)(scope));
CreateDialog({ CreateDialog({
id: 'host-copy-dialog', id: 'host-copy-dialog',
scope: scope, scope: scope,

View File

@@ -309,7 +309,6 @@ function InventoriesManage($log, $scope, $rootScope, $location,
$scope.restoreSearch = function() { $scope.restoreSearch = function() {
// Restore search params and related stuff, plus refresh // Restore search params and related stuff, plus refresh
// groups and hosts lists // groups and hosts lists
console.info('the set', PreviousSearchParams.set);
SearchInit({ SearchInit({
scope: $scope, scope: $scope,
set: PreviousSearchParams.set, set: PreviousSearchParams.set,