mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Removed debug statements.
This commit is contained in:
parent
e6cbe5589e
commit
ec2e5a0224
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user