Remove fmt.Println from provider method
This commit is contained in:
parent
a45084a707
commit
eec1c11265
@ -88,7 +88,6 @@ func (p *Provider) removeDNSRecord(ctx context.Context, domain string, record li
|
|||||||
|
|
||||||
for _, rec := range records {
|
for _, rec := range records {
|
||||||
if rec.RR().Name == record.RR().Name {
|
if rec.RR().Name == record.RR().Name {
|
||||||
fmt.Println(rec)
|
|
||||||
recordId = rec.(VultrRecord).ID
|
recordId = rec.(VultrRecord).ID
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user