Skip to content

Commit 3aac6d8

Browse files
committed
Remove debugging print code
1 parent 816841a commit 3aac6d8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

benchbot_api/benchbot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,8 @@ def run(self, agent=None):
306306
Generally, you should use this function and implement your object in
307307
your own custom agent class.
308308
"""
309-
print("SETTING AGENT")
310309
if agent is not None:
311310
self.set_agent(agent)
312-
print("SET AGENT")
313311
if self.agent is None:
314312
raise RuntimeError(
315313
"Can't call Benchbot.run() without an agent attached. Either "

0 commit comments

Comments
 (0)