diff --git a/src/app/panels/filtering/module.js b/src/app/panels/filtering/module.js index 3f6923073f8..c7c475fbd60 100644 --- a/src/app/panels/filtering/module.js +++ b/src/app/panels/filtering/module.js @@ -90,13 +90,5 @@ function (angular, app, _) { $rootScope.$broadcast('render'); }; - function endsWithWildcard(query) { - if (query.length === 0) { - return false; - } - - return query[query.length - 1] === '*'; - } - }); }); \ No newline at end of file