dnsexit2: Delete redundant debug message

`geturl` already debug logs the response.
This commit is contained in:
Richard Hansen 2024-07-24 18:44:49 -04:00
parent 2ac61250e5
commit 3d894364bf

View file

@ -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') {