chore: rm dead code

This commit is contained in:
GyDi 2022-11-10 22:58:46 +08:00
parent f7500f4cad
commit 45fc84d8be
No known key found for this signature in database
GPG Key ID: 9C3AD40F1F99880A

View File

@ -298,7 +298,7 @@ impl Core {
Err(err) => { Err(err) => {
let handle = handle.lock(); let handle = handle.lock();
handle.notice_message("set_config::error".into(), format!("{err}")); handle.notice_message("set_config::error".into(), format!("{err}"));
log::error!(target: "app", "last {err}") log::error!(target: "app", "{err}")
} }
} }
}); });