diff --git a/twoot.py b/twoot.py index 2aabe8c..aef7954 100755 --- a/twoot.py +++ b/twoot.py @@ -111,6 +111,8 @@ def clean_url(dirty_url): _remove_tracker_params(url_parsed.fragment) ]) + logging.debug('Cleaned URL from: ' + dirty_url + ' to: ' + cleaned_url) + return cleaned_url