From 6a5c0055e7fe0d6646b3d4cf3a0d0ca43b90fac8 Mon Sep 17 00:00:00 2001 From: guojidan <63799833+guojidan@users.noreply.github.com> Date: Sun, 10 Aug 2025 17:57:33 -0700 Subject: [PATCH] Chore: remove comment code (#376) Signed-off-by: junxiang Mu <1948535941@qq.com> --- rustfs/src/main.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rustfs/src/main.rs b/rustfs/src/main.rs index 8275d844..1a95efe7 100644 --- a/rustfs/src/main.rs +++ b/rustfs/src/main.rs @@ -183,10 +183,6 @@ async fn run(opt: config::Opt) -> Result<()> { Error::other(err) })?; - // init scanner and auto heal with unified cancellation token - // let _background_services_cancel_token = create_background_services_cancel_token(); - // init_data_scanner().await; - // init_auto_heal().await; let _ = create_ahm_services_cancel_token(); // Initialize heal manager with channel processor