feat: removed console.log

This commit is contained in:
Irénée 2025-11-20 17:22:28 +00:00
parent ab7fa4f832
commit d0dea4d9ab
No known key found for this signature in database

View File

@ -544,7 +544,6 @@ export class FrontendService {
previewMode,
enterprise: { saml, ldap, oidc },
};
console.log('publicSettings', publicSettings);
return publicSettings;
}