Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Nov 6, 2024
1 parent 4e5a3b8 commit 47b04ed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/kbn-esql-editor/src/editor_footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ export const EditorFooter = memo(function EditorFooter({
}: EditorFooterProps) {
const kibana = useKibana<ESQLEditorDeps>();
const { docLinks } = kibana.services;
// const esqlFavoritesClient = useMemo(() => {
// return new FavoritesClient<QueryHistoryItem>('esql_editor', 'esql_query', {
// http: core.http,
// usageCollection,
// });
// }, [core.http, usageCollection]);
const [isErrorPopoverOpen, setIsErrorPopoverOpen] = useState(false);
const [isWarningPopoverOpen, setIsWarningPopoverOpen] = useState(false);

Expand Down

0 comments on commit 47b04ed

Please sign in to comment.