Skip to content

Commit

Permalink
chore: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Jun 22, 2023
1 parent a103aff commit 2058f1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@
]


for agent in agents:
print(agent.agentverse)


class TestConfig(unittest.TestCase):
def test_parse_agentverse_config(self):
for agent, expected_config in zip(agents, expected_configs):
Expand Down

0 comments on commit 2058f1d

Please sign in to comment.