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

zrhoffman 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 e01e34b  Remove t3c debug print (#6596)
e01e34b is described below

commit e01e34b7987952cf826da5a6c6754595f95f00a0
Author: Robert O Butts <[email protected]>
AuthorDate: Tue Mar 1 13:17:36 2022 -0700

    Remove t3c debug print (#6596)
---
 lib/go-atscfg/parentdotconfig.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/go-atscfg/parentdotconfig.go b/lib/go-atscfg/parentdotconfig.go
index 58f8455..fbd3d5d 100644
--- a/lib/go-atscfg/parentdotconfig.go
+++ b/lib/go-atscfg/parentdotconfig.go
@@ -353,7 +353,6 @@ func makeParentDotConfigData(
                                parentAbstraction.Services = 
append(parentAbstraction.Services, txt)
                        }
                } else if cacheIsTopLevel {
-                       warnings = append(warnings, "DEBUG cacheIsTopLevel")
                        parentQStr := false
                        if dsParams.QueryStringHandling == "" && 
dsParams.Algorithm == tc.AlgorithmConsistentHash && ds.QStringIgnore != nil && 
tc.QStringIgnore(*ds.QStringIgnore) == tc.QStringIgnoreUseInCacheKeyAndPassUp {
                                parentQStr = true

Reply via email to