From a00b636be2cfd945a21b978af999ab9d537ff49a Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:14:33 +0100 Subject: [PATCH] fix dup --- frontend/src/data/useTranslatedToolRegistry.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/frontend/src/data/useTranslatedToolRegistry.tsx b/frontend/src/data/useTranslatedToolRegistry.tsx index d90022ba4..1c42e13e9 100644 --- a/frontend/src/data/useTranslatedToolRegistry.tsx +++ b/frontend/src/data/useTranslatedToolRegistry.tsx @@ -290,14 +290,6 @@ export function useFlatToolRegistry(): ToolRegistry { categoryId: ToolCategoryId.STANDARD_TOOLS, subcategoryId: SubcategoryId.VERIFICATION, }, - "get-all-info-on-pdf": { - icon: , - name: t("home.getPdfInfo.title", "Get ALL Info on PDF"), - component: null, - description: t("home.getPdfInfo.desc", "Grabs any and all information possible on PDFs"), - categoryId: ToolCategoryId.STANDARD_TOOLS, - subcategoryId: SubcategoryId.VERIFICATION, - }, // Document Review