docs: remove one more print from build

This commit is contained in:
Erick Friis 2024-09-24 15:32:11 -07:00
parent 95269366ae
commit 362a376472

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