Skip to content

Commit 106872f

Browse files
authored
fix: Remove redundant debug messages (#713)
1 parent 4a096ab commit 106872f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/vertexai/langchain_google_vertexai/functions_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ def _format_to_gapic_function_declaration(
248248
tool: _FunctionDeclarationLike,
249249
) -> gapic.FunctionDeclaration:
250250
"Format tool into the Vertex function declaration."
251-
print("_format_to_gapic_function_declaration")
252-
print(tool)
253251
if isinstance(tool, BaseTool):
254252
return _format_base_tool_to_function_declaration(tool)
255253
elif isinstance(tool, type) and issubclass(tool, BaseModel):

0 commit comments

Comments
 (0)