remove pdb

This commit is contained in:
Yizhou Chi 2024-09-14 21:10:37 +08:00
parent 1cdffc3d85
commit 8c6dd480dc

View file

@ -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: