Skip to content

Commit

Permalink
Removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
joereuss12 committed Jan 10, 2024
1 parent 19f093a commit bde8d97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@ func DoStashCPSingle(sourceFile string, destination string, methods []string, re
if source_url.Scheme == "osdf" || source_url.Scheme == "stash" {
source_url.Path = "/" + path.Join(source_url.Host, source_url.Path)
} else if source_url.Scheme == "pelican" {
fmt.Printf("\n\n\nHERE\n\n\n")
federationUrl, _ := url.Parse(source_url.String())
federationUrl.Scheme = "https"
federationUrl.Path = ""
Expand Down

0 comments on commit bde8d97

Please sign in to comment.