1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Removed unused function

This commit is contained in:
mabashian 2018-05-02 14:21:43 -04:00
parent 368a037062
commit 84c0fdfa4a

View File

@ -255,11 +255,6 @@ function SmartSearchController (
$scope.searchTags = qs.stripDefaultParams(queryset, defaults);
};
$scope.hideUnfilterable = (field) => {
console.log(field);
return !(typeof field.value.filterable === "boolean" && field.value.filterable === false);
};
}
SmartSearchController.$inject = [