diff --git a/repositories/gcs.go b/repositories/gcs.go index 81e18a58..6f74b369 100644 --- a/repositories/gcs.go +++ b/repositories/gcs.go @@ -94,7 +94,6 @@ func listDirectoriesInReleaseBucket(prefix string) ([]string, bool, error) { } nextPageToken = response.NextPageToken } - fmt.Printf("%+v\n", prefixes) return prefixes, isRelease, nil }