Skip to content

Commit c496cfb

Browse files
committed
remove logs
1 parent 19f7902 commit c496cfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template_langgraph/tools/elasticsearch_tool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def __init__(
3131
):
3232
if settings is None:
3333
settings = get_elasticsearch_settings()
34-
print(f"Elasticsearch URL: {settings.elasticsearch_url}")
3534
self.client = Elasticsearch(
3635
settings.elasticsearch_url,
3736
)

0 commit comments

Comments
 (0)