Skip to content

Commit

Permalink
bug: remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Aug 4, 2024
1 parent 2214dcf commit 180a5c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion cloudflare.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 180a5c1

Please sign in to comment.