Remove accidental println

This commit is contained in:
snow flurry 2024-04-23 21:31:31 -07:00
parent 7db1817011
commit 6356d96e9c

View file

@ -188,7 +188,7 @@ async fn start_sync(
warn!("can't save device: {err}");
}
println!("Got device URI {}", &dev_uri);
debug!("Got device URI {}", &dev_uri);
let mut local_server = match local::LocalServer::new(dev_uri.to_string(), cache).await {
Ok(serv) => serv,