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.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,

View File

@ -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,