diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml.old similarity index 100% rename from .github/workflows/helm-release.yaml rename to .github/workflows/helm-release.yaml.old diff --git a/cloudflare.go b/cloudflare.go index 3f054f6..55b3c50 100644 --- a/cloudflare.go +++ b/cloudflare.go @@ -803,7 +803,6 @@ func fetchR2Account(accountID string) (*cloudflareResponseR2Account, error) { ctx := context.Background() graphqlClient := graphql.NewClient(cfGraphQLEndpoint) - graphqlClient.Log = func(s string) { log.Debug(s) } var resp cloudflareResponseR2Account if err := graphqlClient.Run(ctx, request, &resp); err != nil { log.Errorf("Error fetching R2 account: %s", err)