diff --git a/awx/ui/static/js/shared/list-generator/list-generator.factory.js b/awx/ui/static/js/shared/list-generator/list-generator.factory.js index a57a2cfc09..d0a5514d24 100644 --- a/awx/ui/static/js/shared/list-generator/list-generator.factory.js +++ b/awx/ui/static/js/shared/list-generator/list-generator.factory.js @@ -72,7 +72,6 @@ export default ['$location', '$compile', '$rootScope', 'SearchWidget', 'Paginate this.scope.mode = options.mode; this.scope.isHiddenByOptions = function(options) { - var hiddenByNgHide = false, shownByNgShow = false; // If neither ngHide nor ngShow are specified we // know it.s not hidden by options