diff --git a/awx/ui/client/src/shared/smart-search/smart-search.controller.js b/awx/ui/client/src/shared/smart-search/smart-search.controller.js index 0bab35df39..fb0a4c0701 100644 --- a/awx/ui/client/src/shared/smart-search/smart-search.controller.js +++ b/awx/ui/client/src/shared/smart-search/smart-search.controller.js @@ -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 = [