From 5a100bcd238a6007271649dc50af3c411dbd89d9 Mon Sep 17 00:00:00 2001 From: p2r3 Date: Fri, 12 Sep 2025 15:10:44 +0300 Subject: [PATCH] disable chunk generation logging by default --- include/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/globals.h b/include/globals.h index ddb023b..1f00086 100644 --- a/include/globals.h +++ b/include/globals.h @@ -144,7 +144,7 @@ #define DEV_LOG_LENGTH_DISCREPANCY // If defined, log chunk generation events -#define DEV_LOG_CHUNK_GENERATION +// #define DEV_LOG_CHUNK_GENERATION // If defined, allows dumping world data by sending 0xBEEF (big-endian), // and uploading world data by sending 0xFEED, followed by the data buffer.