mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-06 14:22:46 +02:00
remove pdb
This commit is contained in:
parent
1cdffc3d85
commit
8c6dd480dc
1 changed files with 0 additions and 3 deletions
|
|
@ -208,9 +208,6 @@ class Node:
|
|||
run_finished = True
|
||||
except Exception as e:
|
||||
print(f"Error: {e}")
|
||||
import pdb
|
||||
|
||||
pdb.set_trace()
|
||||
mcts_logger.log("MCTS", f"Error in running the role: {e}")
|
||||
num_runs += 1
|
||||
if not run_finished:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue