From 22e756b8bcf5c0182dfc44fdecc9abfccff18710 Mon Sep 17 00:00:00 2001 From: Justin Hiemstra Date: Mon, 3 Jun 2024 17:51:12 +0000 Subject: [PATCH] Remove leftover debug statement --- director/director.go | 1 - 1 file changed, 1 deletion(-) diff --git a/director/director.go b/director/director.go index 124f6f521..9ba89181a 100644 --- a/director/director.go +++ b/director/director.go @@ -362,7 +362,6 @@ func redirectToCache(ginCtx *gin.Context) { xPelicanNamespace += fmt.Sprintf(", collections-url=%s", colUrl) } ginCtx.Writer.Header()["X-Pelican-Namespace"] = []string{xPelicanNamespace} - fmt.Printf("\n\n\nX-Pelican-Namespace: %s\n\n\n", xPelicanNamespace) // Note we only append the `authz` query parameter in the case of the redirect response and not the // duplicate link metadata above. This is purposeful: the Link header might get too long if we repeat // the token 20 times for 20 caches. This means a "normal HTTP client" will correctly redirect but