mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Remove stray printlns
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
use log::warn;
|
||||
use serde::Deserialize;
|
||||
|
||||
use crate::{obf, pretty_print_plist, IdeviceError, ReadWrite, RsdService};
|
||||
use crate::{obf, IdeviceError, ReadWrite, RsdService};
|
||||
|
||||
use super::CoreDeviceServiceClient;
|
||||
|
||||
@@ -346,7 +346,6 @@ impl<R: ReadWrite> AppServiceClient<R> {
|
||||
};
|
||||
|
||||
let res = ns_keyed_archive::decode::from_bytes(&res)?;
|
||||
println!("{}", pretty_print_plist(&res));
|
||||
match plist::from_value(&res) {
|
||||
Ok(r) => Ok(r),
|
||||
Err(e) => {
|
||||
|
||||
@@ -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