diff --git a/fusee/fusee-secondary/src/gpt.c b/fusee/fusee-secondary/src/gpt.c index ad37896..14db656 100644 --- a/fusee/fusee-secondary/src/gpt.c +++ b/fusee/fusee-secondary/src/gpt.c @@ -79,7 +79,6 @@ /* Iterate through the entries. */ for (uint32_t i = 0; i < hdr.entry_count; i++) { - printf("%lu/%lu\n", i, hdr.entry_count); if (fread(&entry, sizeof(efi_entry_t), 1, disk) == 0) { return -1; }