Skip to content

Commit

Permalink
removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
FrodeHus committed Jul 24, 2021
1 parent a7b78d2 commit 445cd47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-dyndns-client/azure-dyndns.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func main() {
}

func updateRecord(config *Config) (dns.RecordSet, error) {
fmt.Printf("Using:\nsubscription: %s\nzone: %s\nrecord: %s\nresourceGroup: %s\ntenantId: %s\n", config.SubscriptionId, config.ZoneName, config.RecordName, config.ResourceGroup, config.TenantId)
ip, err := getIP()
if err != nil {
return dns.RecordSet{}, errors.New("Failed to retrieve public IP: " + err.Error())
Expand Down

0 comments on commit 445cd47

Please sign in to comment.