diff options
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 |