Remove locale debugging logs
CI / quality (push) Waiting to run

This commit is contained in:
MOH
2026-03-15 08:36:43 +01:00
parent 635d54cb0e
commit 623b492787
3 changed files with 1 additions and 31 deletions
-5
View File
@@ -10,11 +10,6 @@ export async function GET() {
getMaintenanceMode(),
]);
console.info("api:site:default-locale", {
defaultLocale: settings.defaultLocale,
maintenanceEnabled,
});
return NextResponse.json(
{
defaultLocale: settings.defaultLocale,