This is an automated email from the ASF dual-hosted git repository. ocket8888 pushed a commit to branch 5.0.x in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
commit e07f6a14671b89aaeff6c509c493bef23d182a2d Author: Robert O Butts <[email protected]> AuthorDate: Wed Jan 13 08:59:59 2021 -0700 Remove debug print (#5429) (cherry picked from commit b1e98ea0eb5f1d40495547ffc8ab4d975c478717) --- lib/go-atscfg/headerrewritemiddotconfig.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/go-atscfg/headerrewritemiddotconfig.go b/lib/go-atscfg/headerrewritemiddotconfig.go index 920fb35..f4e7947 100644 --- a/lib/go-atscfg/headerrewritemiddotconfig.go +++ b/lib/go-atscfg/headerrewritemiddotconfig.go @@ -20,7 +20,6 @@ package atscfg */ import ( - "fmt" "math" "regexp" "strconv" @@ -148,7 +147,6 @@ func MakeHeaderRewriteMidDotConfig( text := makeHdrComment(hdrComment) - fmt.Printf("DEBUG moc %v usesmid %v assignedmids %v\n", ds.MaxOriginConnections, ds.Type.UsesMidCache(), len(assignedMids)) // write a header rewrite rule if maxOriginConnections > 0 and the ds DOES use mids if ds.MaxOriginConnections > 0 && ds.Type.UsesMidCache() { dsOnlineMidCount := 0
