refactor: remove debug print

This commit is contained in:
martin legrand
2025-03-23 21:24:05 +01:00
parent e74bbe4044
commit 8c77f3eddb
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -75,7 +75,6 @@ class BrowserAgent(Agent):
remaining_links_text = remaining_links if remaining_links is not None else "No links remaining, do a new search."
inputs_form = self.browser.get_form_inputs()
inputs_form_text = '\n'.join(inputs_form)
print("Visible form:\n", inputs_form_text)
return f"""
You are a web browser.