Skip to content

Commit

Permalink
chore: rm dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzgydi committed Nov 10, 2022
1 parent f7500f4 commit 45fc84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ impl Core {
Err(err) => {
let handle = handle.lock();
handle.notice_message("set_config::error".into(), format!("{err}"));
log::error!(target: "app", "last {err}")
log::error!(target: "app", "{err}")
}
}
});
Expand Down

0 comments on commit 45fc84d

Please sign in to comment.