Skip to content

Commit eaa5d6f

Browse files
committed
remove prompt print
1 parent 6611480 commit eaa5d6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

operate/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ def format_vision_prompt(objective, previous_action):
262262
else:
263263
previous_action = ""
264264
prompt = VISION_PROMPT.format(objective=objective, previous_action=previous_action)
265-
266-
print("[format_vision_prompt] prompt", prompt)
267265
return prompt
268266

269267

0 commit comments

Comments
 (0)