fix: remove debug code

This commit is contained in:
ZhaiSoul 2025-05-27 05:07:06 +00:00
parent 1dafe2b79c
commit 0d67ec6932

View File

@ -16,8 +16,6 @@ export function useDocDomain() {
// Add other language-specific domains here as needed // 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 // Get the appropriate documentation domain for current language
const docDomain = DOC_DOMAINS[i18n.language] || "docs.frigate.video"; const docDomain = DOC_DOMAINS[i18n.language] || "docs.frigate.video";