diff options
author | Martin Szulecki | 2012-07-17 18:19:11 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-17 18:19:11 +0200 |
commit | 9c59009b3b525f08860f09f8dff3a4af91673911 (patch) | |
tree | 94fb5ce508be90991dbf07e53f763a53a51a6229 /src | |
parent | d6320178868ad28d8fe7860713934b1a07ae8d50 (diff) | |
download | idevicerestore-9c59009b3b525f08860f09f8dff3a4af91673911.tar.gz idevicerestore-9c59009b3b525f08860f09f8dff3a4af91673911.tar.bz2 |
main: Do not wait 15 seconds for device to enter restore as we use events now
Diffstat (limited to 'src')
-rw-r--r-- | src/idevicerestore.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c index 5cf90d2..ccebfad 100644 --- a/src/idevicerestore.c +++ b/src/idevicerestore.c @@ -788,9 +788,6 @@ int main(int argc, char* argv[]) { unlink(filesystem); return -2; } - - info("waiting for device...\n"); - sleep(15); } // device is finally in restore mode, let's do this |