diff --git a/beacon_node/eth1/src/service.rs b/beacon_node/eth1/src/service.rs index a31a79d77c..79f0d32973 100644 --- a/beacon_node/eth1/src/service.rs +++ b/beacon_node/eth1/src/service.rs @@ -298,7 +298,6 @@ impl Service { async fn do_update(service: Self, update_interval: Duration) -> Result<(), ()> { let update_result = Service::update(service.clone()).await; - println!("Going on"); match update_result { Err(e) => error!( service.log,