You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/01/13 16:00:08 UTC

[trafficcontrol] branch master updated: Remove debug print (#5429)

This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new b1e98ea  Remove debug print (#5429)
b1e98ea is described below

commit b1e98ea0eb5f1d40495547ffc8ab4d975c478717
Author: Robert O Butts <ro...@users.noreply.github.com>
AuthorDate: Wed Jan 13 08:59:59 2021 -0700

    Remove debug print (#5429)
---
 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