mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-08 03:01:41 +00:00
Remove println debugging statement
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user