mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-21 10:31:23 +00:00
docs: remove one more print from build (#26834)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user