diff options
Diffstat (limited to 'fastbootd/other')
-rw-r--r-- | fastbootd/other/gptedit.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fastbootd/other/gptedit.c b/fastbootd/other/gptedit.c index 020b8ce..16d34a5 100644 --- a/fastbootd/other/gptedit.c +++ b/fastbootd/other/gptedit.c @@ -154,9 +154,6 @@ int main(int argc, char *argv[]) { return 1; } - fprintf(stderr, "entries %d, name %s\n", table->header->entries_count, (char *) table->header->signature); - - if (add_cmd) addGPT(table, new_partition, partition_guid, type_guid); if (del_cmd) |