Translation comment

This commit is contained in:
houseme
2025-04-24 19:03:09 +08:00
parent a96907dda8
commit e650c117af
4 changed files with 15 additions and 25 deletions
-1
View File
@@ -149,7 +149,6 @@ impl NotifierConfig {
)
.build()
.unwrap_or_default();
println!("Loaded config: {:?}", app_config);
match app_config.try_deserialize::<NotifierConfig>() {
Ok(app_config) => {
println!("Parsed AppConfig: {:?} \n", app_config);