summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/efi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/efi.c b/src/efi.c
index 9802171..57a7a5c 100644
--- a/src/efi.c
+++ b/src/efi.c
@@ -67,7 +67,6 @@ int address_from_efi(size_t * address)
*(addrp++) = '\0';
if(strcmp(linebuf, "SMBIOS") == 0) {
*address = strtoul(addrp, NULL, 0);
- printf("# SMBIOS entry point at 0x%08lx\n", (unsigned long)*address);
ret = 0;
break;
}