mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Remove stray printlns
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user