From b0de4453c466339c7751bf8595a965b19da579e2 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 7 Jan 2010 16:45:30 +0100 Subject: Removed not needed information --- src/efi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/efi.c') 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; } -- cgit