update log

This commit is contained in:
pierre
2023-08-01 14:45:01 +02:00
parent c097567f78
commit 2b283090fa
@@ -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 {