Skip to content

Commit eee7e91

Browse files
authored
Merge pull request #146 from braboj/codex/delete-print-statement-in-to_title
Remove stray debug print
2 parents 1e0674d + eb5177f commit eee7e91

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)