1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 18:40:07 +00:00

fix: remove duplicate request logging (#678)

This commit is contained in:
Ryan Kaskel
2025-06-24 14:48:11 +01:00
committed by GitHub
parent 23827ba1d1
commit 988c425150

View File

@@ -48,7 +48,6 @@ func initRouterInternal(db *gorm.DB, svc *services) (utils.Service, error) {
} }
r := gin.Default() r := gin.Default()
r.Use(gin.Logger())
if !common.EnvConfig.TrustProxy { if !common.EnvConfig.TrustProxy {
_ = r.SetTrustedProxies(nil) _ = r.SetTrustedProxies(nil)