Remove fmt.Println from provider method
This commit is contained in:
parent
a45084a707
commit
eec1c11265
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue