rm(lightweight): unused logging

This commit is contained in:
Tunglies
2025-03-29 13:05:58 +08:00
parent 9ebde802d4
commit 4831d88467
4 changed files with 2 additions and 5 deletions

View File

@@ -151,7 +151,6 @@ impl CoreManager {
logging!(info, Type::Config, true, "生成临时配置文件用于验证");
let config_path = Config::generate_file(ConfigType::Check)?;
let config_path = dirs::path_to_str(&config_path)?;
println!("{}", config_path);
self.validate_config_internal(config_path).await
}
/// 验证指定的配置文件