mirror of
https://github.com/zadam/trilium.git
synced 2025-10-09 23:18:46 +08:00
chore(nx/server): remove logging
This commit is contained in:
parent
e6f9d402cd
commit
aa68c705f0
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ export async function initializeTranslations() {
|
||||||
|
|
||||||
// Initialize translations
|
// Initialize translations
|
||||||
await i18next.use(Backend).init({
|
await i18next.use(Backend).init({
|
||||||
debug: true,
|
|
||||||
lng: getCurrentLanguage(),
|
lng: getCurrentLanguage(),
|
||||||
fallbackLng: "en",
|
fallbackLng: "en",
|
||||||
ns: "server",
|
ns: "server",
|
||||||
|
|
Loading…
Add table
Reference in a new issue