Turn off I/O logging, oops

This commit is contained in:
Henrik Rydgård 2025-03-08 12:34:57 +01:00
parent 9b56c9e1f8
commit 3564333582

View file

@ -88,7 +88,7 @@ constexpr bool SIMULATE_SLOW_IO = false;
#else
constexpr bool SIMULATE_SLOW_IO = false;
#endif
constexpr bool LOG_IO = true;
constexpr bool LOG_IO = false;
#ifndef S_ISDIR
#define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR)