From 4a55fff3b9edc3e3292ec2cd3d35ded8dfc7cacf Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 3 Dec 2012 00:14:39 -0800 Subject: [PATCH] Turn off logging in incremental saving --- history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.cpp b/history.cpp index 0844cc5a6..9087fac30 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 {