update log
This commit is contained in:
@@ -12,7 +12,7 @@ struct ClearStorageEvent {
|
||||
|
||||
#[tauri::command]
|
||||
pub fn help_clear_storage(app_handle: tauri::AppHandle) -> Result<(), BackendError> {
|
||||
log::info!("Sending event to clear local storage...");
|
||||
log::info!("Clearing user data");
|
||||
|
||||
let state = app_handle.try_state::<Arc<RwLock<State>>>();
|
||||
if let Some(s) = state {
|
||||
|
||||
Reference in New Issue
Block a user