disable the wlroots debugging

This commit is contained in:
Squibid 2025-10-18 17:43:08 -04:00
parent ab627188ab
commit 32cfffb996
Signed by: squibid
GPG key ID: BECE5684D3C4005D

View file

@ -9,7 +9,7 @@ const gpa = std.heap.c_allocator;
pub var server: Server = undefined;
pub fn main() !void {
wlr.log.init(.debug, null);
// wlr.log.init(.debug, null);
std.log.info("Starting mezzaluna", .{});