Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Nov 13, 2024
1 parent 9b6d8ad commit 08d9d14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ func (c *Config) Read(path string) error {
c.Oauth2.OidcGroupClaim = "groups"
}

panic(1)
c.updateIgnoredIPNotificationID()
return nil
}
Expand Down

0 comments on commit 08d9d14

Please sign in to comment.