Remove fmt.Println from provider method

This commit is contained in:
Alexandre Almeida 2025-07-23 14:14:03 +02:00
parent a45084a707
commit eec1c11265

View File

@ -88,7 +88,6 @@ func (p *Provider) removeDNSRecord(ctx context.Context, domain string, record li
for _, rec := range records {
if rec.RR().Name == record.RR().Name {
fmt.Println(rec)
recordId = rec.(VultrRecord).ID
}
}