From 4b51a7d805d55e4bc4b61c3587bfb18200162678 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 17 Jul 2012 17:35:40 +0200 Subject: restore: Do not wait 15 useless seconds attempting to connect to a device --- src/restore.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/restore.c b/src/restore.c index 51000b1..fc02a2c 100644 --- a/src/restore.c +++ b/src/restore.c @@ -332,8 +332,6 @@ int restore_open_with_timeout(struct idevicerestore_client_t* client) { restore_device_connected = 0; - info("waiting for device...\n"); - sleep(15); info("trying to connect...\n"); for (i = 0; i < attempts; i++) { int num_devices = 0; -- cgit v1.1-32-gdbae