We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816841a commit 3aac6d8Copy full SHA for 3aac6d8
1 file changed
benchbot_api/benchbot.py
@@ -306,10 +306,8 @@ def run(self, agent=None):
306
Generally, you should use this function and implement your object in
307
your own custom agent class.
308
"""
309
- print("SETTING AGENT")
310
if agent is not None:
311
self.set_agent(agent)
312
- print("SET AGENT")
313
if self.agent is None:
314
raise RuntimeError(
315
"Can't call Benchbot.run() without an agent attached. Either "
0 commit comments