Skip to content

Commit 4c94d9e

Browse files
committed
refactor(main.py): simplify comments
1 parent 4be0817 commit 4c94d9e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,10 @@ def process_one_file(file_name: str) -> None:
116116
vrdu_renderer = renderer.Renderer()
117117
vrdu_renderer.render(original_tex)
118118

119-
# compile into PDFs, and then convert into images
119+
# step 2.2: compling tex into PDFs
120120
log.info(
121121
f"[VRDU] file: {original_tex}, start transforming into images, this may take a while..."
122122
)
123-
124-
# step 2.2: compling tex into PDFs
125123
transform_tex_to_images(main_directory)
126124

127125
# Step 3: generate annotations

0 commit comments

Comments
 (0)