We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e45a7 commit 53a4ecbCopy full SHA for 53a4ecb
1 file changed
generator/_scripts/cfdoc_references_resolver.py
@@ -39,7 +39,7 @@ def process(file_path, references):
39
40
print(f"\n=== Processing file: {file_path} ===")
41
print(f"Total references loaded: {len(references)}")
42
- print(f"references keys: {list(references.keys())}")
+ # print(f"references keys: {list(references.keys())}")
43
44
with open(file_path, "r", encoding="utf-8") as f:
45
content = f.read()
0 commit comments