Skip to content

Commit 53a4ecb

Browse files
debu
1 parent 55e45a7 commit 53a4ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/_scripts/cfdoc_references_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def process(file_path, references):
3939

4040
print(f"\n=== Processing file: {file_path} ===")
4141
print(f"Total references loaded: {len(references)}")
42-
print(f"references keys: {list(references.keys())}")
42+
# print(f"references keys: {list(references.keys())}")
4343

4444
with open(file_path, "r", encoding="utf-8") as f:
4545
content = f.read()

0 commit comments

Comments
 (0)