mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
fix: remove debug code
This commit is contained in:
parent
1dafe2b79c
commit
0d67ec6932
@ -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";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user