Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Apr 12, 2024
1 parent 1026327 commit a09ab9e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vision_agent/agent/vision_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,6 @@ def log_progress(self, description: str) -> None:
if self.report_progress_callback:
self.report_progress_callback(description)

def log_progress(self, description: str) -> None:
_LOGGER.info(description)
if self.report_progress_callback:
self.report_progress_callback(description)

def chat_with_workflow(
self,
chat: List[Dict[str, str]],
Expand Down

0 comments on commit a09ab9e

Please sign in to comment.