Skip to content

Commit

Permalink
chore: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 29, 2024
1 parent 96eb462 commit 371ca22
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 371ca22

Please sign in to comment.