summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-09-06 08:39:48 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-09-06 08:39:48 +0200
commit6c8d7fc3a3a00fcee50592ef618d2b88fed0dbfe (patch)
tree7035edbf00b1068a2e85179b09a62a66995c723d
parent4e6facda6a2907d3752721c747080ee016ff4076 (diff)
Disabled detailed debugging
-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