diff --git a/content.py b/content.py index 80878fba8..5dfc5c03b 100644 --- a/content.py +++ b/content.py @@ -1717,6 +1717,4 @@ def remove_script(content: str, log_filename: str, except OSError: print('EX: cannot append to svg script log') content = content.replace(text, '') - if 'script' in content: - return '' return content