fix: remove debug code

This commit is contained in:
naiba 2024-11-13 23:17:52 +08:00
parent 9b6d8ad0f2
commit 08d9d14161

View File

@ -182,7 +182,6 @@ func (c *Config) Read(path string) error {
c.Oauth2.OidcGroupClaim = "groups"
}
panic(1)
c.updateIgnoredIPNotificationID()
return nil
}