Skip to content

Commit 90f5199

Browse files
committed
remove comment
1 parent 3319e47 commit 90f5199

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eval_protocol/mcp/execution/manager.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ async def _execute_with_semaphore(idx):
115115

116116
shared_tool_schema = envs.tool_schemas
117117

118-
# Clean up
119-
# await envs.close()
120-
121118
# Enhanced reporting with control plane info
122119
successful = sum(1 for traj in trajectories if traj.total_reward > 0)
123120
terminated_by_control_plane = sum(

0 commit comments

Comments
 (0)