Skip to content

Commit

Permalink
Stop show warning if any error occured during check
Browse files Browse the repository at this point in the history
  • Loading branch information
MCozhusheck committed Nov 20, 2024
1 parent a7a8189 commit 7e345f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,6 @@ async fn check_if_is_orphan_chain(app_handle: tauri::AppHandle) {
}
Err(e) => {
error!(target: LOG_TARGET, "{}", e);
drop(app_handle.emit_all("is_stuck", true));
}
}
}
Expand Down

0 comments on commit 7e345f3

Please sign in to comment.