mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
disable the wlroots debugging
This commit is contained in:
parent
ab627188ab
commit
32cfffb996
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const gpa = std.heap.c_allocator;
|
||||||
pub var server: Server = undefined;
|
pub var server: Server = undefined;
|
||||||
|
|
||||||
pub fn main() !void {
|
pub fn main() !void {
|
||||||
wlr.log.init(.debug, null);
|
// wlr.log.init(.debug, null);
|
||||||
|
|
||||||
std.log.info("Starting mezzaluna", .{});
|
std.log.info("Starting mezzaluna", .{});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue