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");