Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones committed Jan 20, 2024
1 parent 15dd6a3 commit 6134b06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func Create(db *database.GormDatabase, vInfo *model.VersionInfo, conf *config.Co
g := gin.New()

if conf.Server.TrustedProxies != nil {
fmt.Printf("Trusted proxies: %s\n", strings.Join(conf.Server.TrustedProxies, ", "))
g.SetTrustedProxies(conf.Server.TrustedProxies)
g.ForwardedByClientIP = true

Check warning on line 33 in router/router.go

View check run for this annotation

Codecov / codecov/patch

router/router.go#L32-L33

Added lines #L32 - L33 were not covered by tests
}
Expand Down

0 comments on commit 6134b06

Please sign in to comment.