mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-02-25 09:28:43 +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)
|
_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
|
return cleaned_url
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user