From 15595d01ac8f996b7477c36b993c2eb7ab82ef36 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 28 Jul 2024 00:26:49 -0400 Subject: [PATCH] gandi: Delete unnecessary comment --- ddclient.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 99e4095..c50f099 100755 --- a/ddclient.in +++ b/ddclient.in @@ -6905,7 +6905,6 @@ EoEXAMPLE ###################################################################### sub nic_gandi_update { debug("\nnic_gandi_update -------------------"); - # Update each set configured host. for my $h (@_) { for my $ipv ('ipv4', 'ipv6') { my $ip = delete $config{$h}{"want$ipv"};