We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e0674d + eb5177f commit eee7e91Copy full SHA for eee7e91
1 file changed
.scripts/gen_markdown_chapters.py
@@ -34,9 +34,6 @@ def to_title(name: str) -> str:
34
# Capitalize each part, preserving all-uppercase acronyms
35
words = []
36
for part in parts:
37
-
38
- print(part)
39
40
# Skip empty parts that may result from leading/trailing separators
41
if not part:
42
continue
0 commit comments