Skip to content

Commit eb5177f

Browse files
committed
Clean spacing after removing debug print
1 parent 79541a8 commit eb5177f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.scripts/gen_markdown_chapters.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ def to_title(name: str) -> str:
3434
# Capitalize each part, preserving all-uppercase acronyms
3535
words = []
3636
for part in parts:
37-
38-
print(part)
39-
4037
# Skip empty parts that may result from leading/trailing separators
4138
if not part:
4239
continue

0 commit comments

Comments
 (0)