mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
Turn off logging in incremental saving
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user