From 0d67ec6932511bed251861ef83b62d47dc1c60be Mon Sep 17 00:00:00 2001 From: ZhaiSoul <842607283@qq.com> Date: Tue, 27 May 2025 05:07:06 +0000 Subject: [PATCH] fix: remove debug code --- web/src/hooks/use-doc-domain.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/hooks/use-doc-domain.ts b/web/src/hooks/use-doc-domain.ts index 99e54a270..6569518d5 100644 --- a/web/src/hooks/use-doc-domain.ts +++ b/web/src/hooks/use-doc-domain.ts @@ -16,8 +16,6 @@ export function useDocDomain() { // Add other language-specific domains here as needed }; - // eslint-disable-next-line no-console - console.log(i18n.language); // Get the appropriate documentation domain for current language const docDomain = DOC_DOMAINS[i18n.language] || "docs.frigate.video";