From 83f387d735b790c533b5f14bfef4c60de1701a85 Mon Sep 17 00:00:00 2001 From: Jacob Sandlund Date: Thu, 18 Sep 2025 14:21:39 -0400 Subject: [PATCH] default log level --- src/build/uucode_config.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/build/uucode_config.zig b/src/build/uucode_config.zig index 6e2e263bd..7179e2010 100644 --- a/src/build/uucode_config.zig +++ b/src/build/uucode_config.zig @@ -5,7 +5,6 @@ const d = config.default; const wcwidth = config_x.wcwidth; const Allocator = std.mem.Allocator; -pub const log_level = .debug; fn computeWidth( alloc: std.mem.Allocator,