From 53fded9b4aba7d8ed2e233759251b70ac9bb0242 Mon Sep 17 00:00:00 2001 From: Scott Suarez Date: Thu, 25 Feb 2021 11:30:00 -0800 Subject: [PATCH] remove debugging code --- get_gcs.go | 1 - 1 file changed, 1 deletion(-) 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 {