diff --git a/internal/config/config.go b/internal/config/config.go index b0b7dfa..0f41a75 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -80,8 +80,6 @@ func (c *Config) LogStartupValues() { logrus.Debugf(" - OIDC Providers: %d", len(c.Auth.OpenIDConnect)) logrus.Debugf(" - OAuth Providers: %d", len(c.Auth.OAuth)) logrus.Debugf(" - Ldap Providers: %d", len(c.Auth.Ldap)) - - logrus.Debugf("WireGuard Portal Mail: %+v", c) } func defaultConfig() *Config {