Skip to content

Commit cdd00df

Browse files
committed
fix: remove unnecessary print statement from tool execution
1 parent 20f22fb commit cdd00df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/application/flow/step_node/tool_lib_node/impl/base_tool_lib_node.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ def tool_exec_record(self, tool_lib, all_params):
271271
meta={'input': all_params, 'output': result_dict}
272272
)
273273

274-
print(result)
275-
276274
return result
277275
except Exception as e:
278276
maxkb_logger.error(f"Tool execution error: {traceback.format_exc()}")

0 commit comments

Comments
 (0)