mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Remove debugging println from lockdownd.rs
This commit is contained in:
@@ -115,7 +115,6 @@ impl LockdowndClient {
|
|||||||
req.insert("Service".into(), identifier.into());
|
req.insert("Service".into(), identifier.into());
|
||||||
self.idevice.send_plist(plist::Value::Dictionary(req))?;
|
self.idevice.send_plist(plist::Value::Dictionary(req))?;
|
||||||
let response = self.idevice.read_plist()?;
|
let response = self.idevice.read_plist()?;
|
||||||
println!("{response:?}");
|
|
||||||
match response.get("EnableServiceSSL") {
|
match response.get("EnableServiceSSL") {
|
||||||
Some(plist::Value::Boolean(ssl)) => match response.get("Port") {
|
Some(plist::Value::Boolean(ssl)) => match response.get("Port") {
|
||||||
Some(plist::Value::Integer(port)) => {
|
Some(plist::Value::Integer(port)) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user