mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-03 12:18:54 +00:00
Remove debugging code
This commit is contained in:
@@ -347,10 +347,6 @@ def get_service_from_reverse_dns_base_domain(
|
||||
logger.debug(f"Trying to fetch reverse DNS map from {url}...")
|
||||
headers = {"User-Agent": USER_AGENT}
|
||||
response = requests.get(url, headers=headers)
|
||||
logging.debug("Response headers:")
|
||||
response_headers = response.headers
|
||||
for header in response_headers:
|
||||
logger.debug(f"{header}: {response_headers[header]}")
|
||||
response.raise_for_status()
|
||||
csv_file.write(response.text)
|
||||
csv_file.seek(0)
|
||||
|
||||
Reference in New Issue
Block a user