mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Reduced debug logging to essential in clean_url()
This commit is contained in:
parent
37a4419ea6
commit
6308fdc348
3
twoot.py
3
twoot.py
|
@ -111,7 +111,8 @@ def clean_url(dirty_url):
|
|||
_remove_tracker_params(url_parsed.fragment)
|
||||
])
|
||||
|
||||
logging.debug('Cleaned URL from: ' + dirty_url + ' to: ' + cleaned_url)
|
||||
if cleaned_url != dirty_url:
|
||||
logging.debug('Cleaned URL from: ' + dirty_url + ' to: ' + cleaned_url)
|
||||
|
||||
return cleaned_url
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user