Skip to content

Commit

Permalink
rm debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaHSR committed Mar 19, 2024
1 parent 7eb379b commit fe2ae36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metagpt/roles/di/data_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ async def _write_and_exec_code(self, max_retry: int = 3):
self.working_memory.add(Message(content=code, role="assistant", cause_by=cause_by))

### execute code ###
import pdb

pdb.set_trace()
result, success = await self.execute_code.run(code)
print(result)

Expand Down

0 comments on commit fe2ae36

Please sign in to comment.