remove no latest screenshot error log (#1325)

This commit is contained in:
LawyZheng
2024-12-05 22:29:24 +08:00
committed by GitHub
parent 78c73e56b1
commit 5374aa32f9

View File

@@ -1639,12 +1639,6 @@ class ForgeAgent:
latest_action_screenshot_urls = await app.ARTIFACT_MANAGER.get_share_links(
latest_action_screenshot_artifacts
)
else:
LOG.error(
"Failed to get latest action screenshots",
task_id=task.task_id,
task_status=task.status,
)
if task.organization_id:
try: