Skip to content

Commit 22e4b11

Browse files
committed
remove episode logger success print
1 parent f56cb74 commit 22e4b11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rllm/engine/agent_workflow_engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ async def execute_tasks(self, tasks: list[dict], task_ids: list[str] | None = No
179179
try:
180180
logger.info(f"Logging {len(results)} episodes to step={self.current_step}, mode={self.current_mode}, epoch={self.current_epoch}")
181181
self.episode_logger.log_episodes_batch(results, self.current_step, self.current_mode, self.current_epoch)
182-
logger.info(f"Successfully logged {len(results)} episodes")
183182
except Exception as e:
184183
logger.error(f"Failed to log episodes: {e}")
185184
import traceback

0 commit comments

Comments
 (0)