Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Aug 27, 2024
1 parent 0eba8ab commit 65fa2ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vision_agent/agent/vision_agent_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,6 @@ def chat_with_workflow(
verbosity=self.verbosity,
media=media_list,
)
__import__("ipdb").set_trace()
success = cast(bool, results["success"])
code = cast(str, results["code"])
test = cast(str, results["test"])
Expand Down

0 comments on commit 65fa2ff

Please sign in to comment.