change config write to be debug

This commit is contained in:
Mitchell Hashimoto
2022-11-20 20:17:05 -08:00
parent a15afa8211
commit c2e2f69989

View File

@ -126,7 +126,7 @@ pub fn main() !void {
} }
} }
try config.finalize(); try config.finalize();
std.log.info("config={}", .{config}); std.log.debug("config={}", .{config});
// We want to log all our errors // We want to log all our errors
glfw.setErrorCallback(glfwErrorCallback); glfw.setErrorCallback(glfwErrorCallback);