From 62cf57d39e504eedbf90a307539a74c2b9690c8a Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 15 Jul 2025 13:22:23 +0300 Subject: [PATCH] Update crates/node-interaction/src/blocking_executor.rs Co-authored-by: xermicus --- crates/node-interaction/src/blocking_executor.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/node-interaction/src/blocking_executor.rs b/crates/node-interaction/src/blocking_executor.rs index 0f58aa1..ca8994b 100644 --- a/crates/node-interaction/src/blocking_executor.rs +++ b/crates/node-interaction/src/blocking_executor.rs @@ -51,8 +51,6 @@ impl BlockingExecutor { where R: Send + 'static, { - // A static of the state associated with the async runtime. This is initialized on the first - // access of the state. static STATE: Lazy = Lazy::new(|| { tracing::trace!("Initializing the BlockingExecutor state");