Skip to content

Commit

Permalink
docs: remove one more print from build (#26834)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Sep 24, 2024
1 parent 9526936 commit 3796e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/scripts/generate_api_reference_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def main():

for file in find_files(args.docs_dir):
file_imports = replace_imports(file)
print(file)

if file_imports:
# Use relative file path as key
Expand Down

0 comments on commit 3796e14

Please sign in to comment.