mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +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):
|
for file in find_files(args.docs_dir):
|
||||||
file_imports = replace_imports(file)
|
file_imports = replace_imports(file)
|
||||||
print(file)
|
|
||||||
|
|
||||||
if file_imports:
|
if file_imports:
|
||||||
# Use relative file path as key
|
# Use relative file path as key
|
||||||
|
Loading…
Reference in New Issue
Block a user