diff --git a/src/tasks/env.rs b/src/tasks/env.rs
index faace76a..45c8a3be 100644
--- a/src/tasks/env.rs
+++ b/src/tasks/env.rs
@@ -5,7 +5,7 @@ use alloy::{
primitives::{B256, U256},
providers::Provider,
};
-use init4_bin_base::deps::tracing::{self, Instrument, debug, error, info_span};
+use init4_bin_base::deps::tracing::{Instrument, debug, error, info_span};
use tokio::{sync::watch, task::JoinHandle};
use tokio_stream::StreamExt;
use trevm::revm::{context::BlockEnv, context_interface::block::BlobExcessGasAndPrice};
@@ -58,35 +58,25 @@ impl EnvTask {
async fn task_fut(self, sender: watch::Sender