Skip to content

Commit

Permalink
Cloudflare provider - Removed incorrect log message
Browse files Browse the repository at this point in the history
  • Loading branch information
NicklasWallgren committed Dec 12, 2021
1 parent 69e0e54 commit 627bed2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions provider/cloudflare/cloudflare.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,6 @@ func (p *CloudFlareProvider) newCloudFlareChange(action string, endpoint *endpoi
ttl = int(endpoint.RecordTTL)
}

if len(endpoint.Targets) > 1 {
log.Errorf("Updates should have just one target")
}

return &cloudFlareChange{
Action: action,
ResourceRecord: cloudflare.DNSRecord{
Expand Down

0 comments on commit 627bed2

Please sign in to comment.