Removing unused code (#1070)

This commit is contained in:
dgtlmoon
2022-10-28 18:36:07 +02:00
committed by GitHub
parent f90b170e68
commit 77b59809ca
5 changed files with 13 additions and 11 deletions

View File

@@ -185,9 +185,6 @@ class perform_site_check():
elif is_source:
stripped_text_from_html = html_content
# Re #340 - return the content before the 'ignore text' was applied
text_content_before_ignored_filter = stripped_text_from_html.encode('utf-8')
# Re #340 - return the content before the 'ignore text' was applied
text_content_before_ignored_filter = stripped_text_from_html.encode('utf-8')