aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-03 00:14:39 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-03 00:14:39 -0800
commit4a55fff3b9edc3e3292ec2cd3d35ded8dfc7cacf (patch)
tree7acf29bcdefcbab3169461494632eb2ed9081e8f /history.cpp
parent02f16e90b6ad150a26c95d2efd7418b7cf83ec5c (diff)
Turn off logging in incremental saving
Diffstat (limited to 'history.cpp')
-rw-r--r--history.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/history.cpp b/history.cpp
index 0844cc5a..9087fac3 100644
--- a/history.cpp
+++ b/history.cpp
@@ -58,7 +58,7 @@ Our history format is intended to be valid YAML. Here it is:
#define SAVE_COUNT 5
/** Whether we print timing information */
-#define LOG_TIMES 1
+#define LOG_TIMES 0
class time_profiler_t
{