Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff committed Sep 16, 2024
1 parent 5222945 commit f19f297
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controller/domain/domain_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ func (r *DomainReconciler) createDomain(ctx context.Context, domain *domainv1.Do

options.Password = password

// enable debug for a while
mailgun.Debug = true
domainResponse, err := mg.CreateDomain(ctx, domain.Spec.Domain, &options)
if err != nil {
log.Error(err, "unable to create mailgun domain", "response", domainResponse)
Expand Down

0 comments on commit f19f297

Please sign in to comment.