diff --git a/find_posts.py b/find_posts.py index bdb6f7f..22204ae 100644 --- a/find_posts.py +++ b/find_posts.py @@ -971,7 +971,6 @@ def get(url, headers = {}, timeout = 0, max_tries = 5): h = headers.copy() if 'User-Agent' not in h: h['User-Agent'] = f"FediFetcher (+{arguments.server}; https://go.thms.uk/ff)" - logger.debug(f"User Agent: {h['User-Agent']}") if timeout == 0: timeout = arguments.http_timeout