Skip to content
Snippets Groups Projects
Unverified Commit 45fc84d8 authored by GyDi's avatar GyDi
Browse files

chore: rm dead code

parent f7500f4c
No related branches found
No related tags found
No related merge requests found
...@@ -298,7 +298,7 @@ impl Core { ...@@ -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}")
} }
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment