移除无效启动日志写入

删除 startup_log 始终为空时永远不会执行的重复记录
This commit is contained in:
2026-09-01 15:24:15 +08:00
parent 82c36a53b8
commit c96a311ffb
@@ -2124,9 +2124,6 @@ fn main() {
if let Some(path) = startup_log.as_deref() {
let _ = append_bounded_diagnostic_line(path, "startup.appdata.configure.complete");
}
if let Some(path) = setup_log.as_deref() {
let _ = append_bounded_diagnostic_line(path, "startup.appdata.configure.complete");
}
let config_dir = game_creator_runtime_config_dir().ok_or_else(|| {
let error = std::io::Error::new(
std::io::ErrorKind::NotFound,