From 3d894364bf5855fcb5c5fd00624f0fc4ecbcd252 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Wed, 24 Jul 2024 18:44:49 -0400 Subject: [PATCH] dnsexit2: Delete redundant debug message `geturl` already debug logs the response. --- ddclient.in | 1 - 1 file changed, 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 69b1d93..27b9331 100755 --- a/ddclient.in +++ b/ddclient.in @@ -4026,7 +4026,6 @@ sub dnsexit2_update_host { failed("updating %s: Could not connect to %s", $h, $url); return; }; - debug("%s", $reply); (my $http_status) = ($reply =~ m%^s*HTTP/.*\s+(\d+)%i); debug("HTTP response code: %s", $http_status); if ($http_status ne '200') {