summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dfu.c3
-rw-r--r--src/recovery.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/src/dfu.c b/src/dfu.c
index 4b2783d..d83dd90 100644
--- a/src/dfu.c
+++ b/src/dfu.c
@@ -152,9 +152,6 @@ int dfu_send_component(struct idevicerestore_client_t* client, plist_t build_ide
}
}
- if (client->tss)
- info("%s will be signed\n", component);
-
if (ipsw_get_component_by_path(client->ipsw, client->tss, component, path, &data, &size) < 0) {
error("ERROR: Unable to get component: %s\n", component);
free(path);
diff --git a/src/recovery.c b/src/recovery.c
index eebb4df..30532f8 100644
--- a/src/recovery.c
+++ b/src/recovery.c
@@ -259,9 +259,6 @@ int recovery_send_component(struct idevicerestore_client_t* client, plist_t buil
}
}
- if (client->tss)
- info("%s will be signed\n", component);
-
if (ipsw_get_component_by_path(client->ipsw, client->tss, component, path, &data, &size) < 0) {
error("ERROR: Unable to get component: %s\n", component);
free(path);