From 6ecabffe9df8cbcfe58c6236acf78390e6635523 Mon Sep 17 00:00:00 2001 From: Fabien Lelaquais Date: Wed, 27 Nov 2024 09:51:48 +0100 Subject: [PATCH] Debug messages removed --- tools/postprocess.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/postprocess.py b/tools/postprocess.py index 92c4d169b..9ded8bab5 100644 --- a/tools/postprocess.py +++ b/tools/postprocess.py @@ -264,10 +264,6 @@ def on_post_build(env): last_location = 0 rel_mui_icons_path = None for m in MUI_ICON_RE.finditer(html_content): - # if "scenario_selector" in filename: - # print(f" FOUND '{m[0]}' in {filename}") - # print(f" ... before: '{html_content[m.start()-50:m.start()]}'") - # print(f" ... after: '{html_content[m.start()-50:m.start()]}'") if not rel_mui_icons_path: rel_mui_icons_path = os.path.relpath(mui_icons_path, filename).replace("\\", "/")[3:] new_content += (html_content[last_location : m.start()] +