From 2b04bf3a19865787c085e3d7e01ac6e4f2b7a1dc Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Mon, 29 Jun 2026 16:33:49 +0800 Subject: [PATCH] refactor(runtime): remove stale lifecycle global comment (#4048) --- crates/ecstore/src/bucket/lifecycle/bucket_lifecycle_ops.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ecstore/src/bucket/lifecycle/bucket_lifecycle_ops.rs b/crates/ecstore/src/bucket/lifecycle/bucket_lifecycle_ops.rs index 0fcb3bf1f..f167923fc 100644 --- a/crates/ecstore/src/bucket/lifecycle/bucket_lifecycle_ops.rs +++ b/crates/ecstore/src/bucket/lifecycle/bucket_lifecycle_ops.rs @@ -2153,7 +2153,6 @@ pub async fn expire_transitioned_object( lc_event: &lifecycle::Event, _src: &LcEventSrc, ) -> Result { - //let traceFn = GLOBAL_LifecycleSys.trace(oi); let mut opts = ObjectOptions { versioned: BucketVersioningSys::prefix_enabled(&oi.bucket, &oi.name).await, version_suspended: BucketVersioningSys::prefix_suspended(&oi.bucket, &oi.name).await,