diff options
Diffstat (limited to 'src/recovery.c')
-rw-r--r-- | src/recovery.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/recovery.c b/src/recovery.c index 361ce11..52f4802 100644 --- a/src/recovery.c +++ b/src/recovery.c @@ -157,10 +157,6 @@ int recovery_open_with_timeout(irecv_client_t* client) { debug("Retrying connection...\n"); } - if (idevicerestore_debug) { - irecv_set_debug(recovery, idevicerestore_debug); - } - irecv_event_subscribe(recovery, IRECV_PROGRESS, &recovery_progress_callback, NULL); *client = recovery; return 0; |