Skip to content

Commit

Permalink
Remove fmt.Println call
Browse files Browse the repository at this point in the history
Accidentally left in from #229
  • Loading branch information
pkqk committed Nov 28, 2023
1 parent 89d7e5d commit 07dc77d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ func (c *Config) loadTimeouts(config *TimeoutConfig, name string, defaults Timeo
}
}
if config.WriteTimeoutDuration == 0 {
fmt.Println("copying default write timeout")
config.WriteTimeoutDuration = defaults.WriteTimeoutDuration
}
if config.IdleTimeout != "" {
Expand Down

0 comments on commit 07dc77d

Please sign in to comment.