Skip to content

Commit

Permalink
Unused print
Browse files Browse the repository at this point in the history
  • Loading branch information
JackUrb committed Aug 1, 2022
1 parent 32e9320 commit 1a293af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def _load_data(self) -> None:

def get_data(self) -> Dict[str, Any]:
"""Return dict with the messages of this agent"""
print(self.metadata)
return {
"outputs": {
"messages": self.messages,
Expand Down

0 comments on commit 1a293af

Please sign in to comment.