Skip to content

Commit

Permalink
Debug messages removed
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Nov 27, 2024
1 parent 98cd60a commit 6ecabff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()] +
Expand Down

0 comments on commit 6ecabff

Please sign in to comment.