summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e502dd6..c596887 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ energy-cutoff = []
discard-poor-performers = []
heuristic-random = ["lazy_static"]
-default = ["energy-cutoff", "discard-poor-performers", "heuristic-random", "debug-decisions"]
+default = ["energy-cutoff", "discard-poor-performers", "heuristic-random"]
[profile.release]
debug = true \ No newline at end of file