mirror of
https://github.com/hwchase17/langchain
synced 2024-11-13 19:10:52 +00:00
docs: remove one more print from build (#26834)
This commit is contained in:
parent
95269366ae
commit
3796e143f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user