Cleanup created new task logs (#201)
This commit is contained in:
@@ -189,10 +189,7 @@ class ForgeAgent(Agent):
|
|||||||
LOG.info(
|
LOG.info(
|
||||||
"Created new task",
|
"Created new task",
|
||||||
task_id=task.task_id,
|
task_id=task.task_id,
|
||||||
title=task.title,
|
|
||||||
url=task.url,
|
url=task.url,
|
||||||
nav_goal=task.navigation_goal,
|
|
||||||
data_goal=task.data_extraction_goal,
|
|
||||||
proxy_location=task.proxy_location,
|
proxy_location=task.proxy_location,
|
||||||
)
|
)
|
||||||
return task
|
return task
|
||||||
|
|||||||
Reference in New Issue
Block a user