chore: Fulfill TODO

This commit is contained in:
Kumi 2025-04-09 13:15:42 +02:00
parent 64a8988472
commit dd043bd397
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -181,7 +181,6 @@ def init_main_routes(app):
for step in data["steps"]:
step_title = step["title"]
logger.debug(f"Processing step: {step_title}")
logger.debug(f"{step}") # TODO: Remove this line
step_imgs = []
step_iframes = []