Removed commented line

This commit is contained in:
Michael Abashian 2017-05-24 14:42:55 -04:00
parent f3d1c46cfe
commit d08a67c3f2

View File

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