Turn off logging in incremental saving

This commit is contained in:
ridiculousfish 2012-12-03 00:14:39 -08:00
parent 02f16e90b6
commit 4a55fff3b9

View file

@ -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
{