Remove stray printlns

This commit is contained in:
Jackson Coxson
2025-07-19 17:05:57 -06:00
parent d1a5a0606a
commit 9793610d94
2 changed files with 1 additions and 3 deletions

View File

@@ -124,7 +124,6 @@ async fn main() {
// Make the connection to RemoteXPC
let mut handshake = RsdHandshake::new(stream).await.unwrap();
println!("{:?}", handshake.services);
let mut asc = AppServiceClient::connect_rsd(&mut adapter, &mut handshake)
.await