From 84c0fdfa4a22a9b7741522c9d9dc53b0bf249518 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 2 May 2018 14:21:43 -0400 Subject: [PATCH] Removed unused function --- .../src/shared/smart-search/smart-search.controller.js | 5 ----- 1 file changed, 5 deletions(-) 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 = [