diff --git a/get_gcs.go b/get_gcs.go index b47174cc7..e2bd95ac9 100644 --- a/get_gcs.go +++ b/get_gcs.go @@ -124,7 +124,6 @@ func (g *GCSGetter) GetFile(dst string, u *url.URL) error { if err != nil { return err } - fmt.Println(object) client, err := storage.NewClient(ctx) if err != nil {