don't log config its too noisy

This commit is contained in:
Mitchell Hashimoto
2023-02-23 21:34:17 -08:00
parent c4393ece4c
commit c8e0b0c6f3

View File

@ -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);