Browse Source

chore: rm dead code

GyDi 2 năm trước cách đây
mục cha
commit
45fc84d8be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src-tauri/src/core/mod.rs

+ 1 - 1
src-tauri/src/core/mod.rs

@@ -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}")
         }
       }
     });