OSDN Git Service

efibootdump: Get rid of extra debug print
authorPeter Jones <pjones@redhat.com>
Tue, 27 Sep 2016 19:02:13 +0000 (15:02 -0400)
committerPeter Jones <pjones@redhat.com>
Tue, 27 Sep 2016 19:02:48 +0000 (15:02 -0400)
Signed-off-by: Peter Jones <pjones@redhat.com>
src/efibootdump.c

index f475abf..6ff8360 100644 (file)
@@ -272,7 +272,6 @@ main(int argc, char *argv[])
                                continue;
                        }
                }
-               printf("%d\n", __LINE__);
 
                printf("%s", names[i]);
                if (efi_guid_cmp(&efi_guid_global, &guid))