mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
don't log config its too noisy
This commit is contained in:
@ -88,7 +88,7 @@ pub fn main() !void {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
try config.finalize();
|
try config.finalize();
|
||||||
std.log.debug("config={}", .{config});
|
//std.log.debug("config={}", .{config});
|
||||||
|
|
||||||
// Create our app state
|
// Create our app state
|
||||||
var app = try App.create(alloc, &config);
|
var app = try App.create(alloc, &config);
|
||||||
|
Reference in New Issue
Block a user