default log level

This commit is contained in:
Jacob Sandlund
2025-09-18 14:21:39 -04:00
parent 18e9989f63
commit 83f387d735

View File

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