mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +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<(), ()> {
|
async fn do_update(service: Self, update_interval: Duration) -> Result<(), ()> {
|
||||||
let update_result = Service::update(service.clone()).await;
|
let update_result = Service::update(service.clone()).await;
|
||||||
println!("Going on");
|
|
||||||
match update_result {
|
match update_result {
|
||||||
Err(e) => error!(
|
Err(e) => error!(
|
||||||
service.log,
|
service.log,
|
||||||
|
|||||||
Reference in New Issue
Block a user