Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddowker committed May 22, 2024
1 parent 5cbe324 commit 57846ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions broker/fragment/store_gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ func (s *gcsBackend) Provider() string {
}

func (s *gcsBackend) SignGet(ep *url.URL, fragment pb.Fragment, d time.Duration) (string, error) {
log.WithFields(log.Fields{"ep": ep.String(), "fragment": fragment.ContentPath()}).Info("*** DJD1 SignGet() called")

cfg, client, opts, err := s.gcsClient(ep)
if err != nil {
return "", err
Expand All @@ -55,7 +53,6 @@ func (s *gcsBackend) SignGet(ep *url.URL, fragment pb.Fragment, d time.Duration)
u.Scheme = "https"
u.Host = "storage.googleapis.com"

log.WithFields(log.Fields{"url": u.String()}).Info("*** DJD2 SignGet()")
return u.String(), nil
} else {
opts.Method = "GET"
Expand Down

0 comments on commit 57846ad

Please sign in to comment.