summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 12ffc19..6af9c75 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,4 @@ full-monte-carlo-tree = []
static-opening = []
weighted-win-ratio = []
-default = ["energy-cutoff", "discard-poor-performers", "heuristic-random", "static-opening", "weighted-win-ratio", "debug-decisions"]
-
-[profile.release]
-debug = true \ No newline at end of file
+default = ["energy-cutoff", "discard-poor-performers", "static-opening", "weighted-win-ratio"]