Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DNS provider for Mittwald #2200

Merged
merged 12 commits into from
Aug 30, 2024
Prev Previous commit
Next Next commit
chore: remove print
  • Loading branch information
ldez committed Aug 29, 2024
commit 371ca22bed0a07216d4d1d01727dae4ddffdcebc
1 change: 0 additions & 1 deletion providers/dns/mittwald/mittwald.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func findDomain(domains []internal.Domain, fqdn string) (internal.Domain, error)
domain := dns01.UnFqdn(fqdn[index:])

for _, dom := range domains {
fmt.Println(domain, dom.Domain)
if dom.Domain == domain {
return dom, nil
}
Expand Down