From d08a67c3f235e0e06f164e4c1b24d6d05e09452d Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Wed, 24 May 2017 14:42:55 -0400 Subject: [PATCH] Removed commented line --- .../host-filter-modal/host-filter-modal.directive.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx/ui/client/src/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js b/awx/ui/client/src/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js index 2f97505acd..897e4a50f7 100644 --- a/awx/ui/client/src/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js +++ b/awx/ui/client/src/inventories/smart-inventory/smart-inventory-host-filter/host-filter-modal/host-filter-modal.directive.js @@ -48,8 +48,7 @@ export default ['templateUrl', function(templateUrl) { hostList.well = false; let html = GenerateList.build({ list: hostList, - input_type: 'host-filter-modal-body', - //mode: 'lookup' + input_type: 'host-filter-modal-body' }); $scope.list = hostList;