From 0c79ddaf98768a07a6705ad53e796428a1da800b Mon Sep 17 00:00:00 2001 From: Stratoula Kalafateli Date: Mon, 14 Aug 2023 10:07:19 +0300 Subject: [PATCH] cleanuo --- .../public/layout/hooks/use_lens_suggestions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/unified_histogram/public/layout/hooks/use_lens_suggestions.ts b/src/plugins/unified_histogram/public/layout/hooks/use_lens_suggestions.ts index d83b1fc0c81db..11a75ac2eb49c 100644 --- a/src/plugins/unified_histogram/public/layout/hooks/use_lens_suggestions.ts +++ b/src/plugins/unified_histogram/public/layout/hooks/use_lens_suggestions.ts @@ -149,7 +149,6 @@ export const useLensSuggestions = ({ currentSuggestion = sug[0]; } } - // const histogramQuery = `${query[language]} | eval uniqueName = 1 | stats countAll = count(uniqueName) by ${dataView.timeFieldName}`; } useEffect(() => {