Don't warn about no locale set, that is normal

pull/4202/head
Isaac Connor 2024-10-25 11:01:59 -04:00
parent 392d4f367f
commit 8b6e4038c4
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ if ($locale) {
$locale = locale_get_default();
}
} else {
ZM\Warning('No locale set');
#ZM\Debug('Using system locale');
$locale = locale_get_default();
}