Skip to content

Commit

Permalink
Remove leftover debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Jun 3, 2024
1 parent 118eac1 commit 22e756b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion director/director.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22e756b

Please sign in to comment.