docs: remove one more print from build (#26834)

This commit is contained in:
Erick Friis 2024-09-24 15:40:16 -07:00 committed by GitHub
parent 95269366ae
commit 3796e143f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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