summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-01-07 16:45:30 +0100
committerDavid Sommerseth <davids@redhat.com>2010-01-07 16:45:30 +0100
commitb0de4453c466339c7751bf8595a965b19da579e2 (patch)
tree19a0c91f2b3901e634bb860b7e8aa390cd8f2d69 /src
parent125162cc1eede0c2964c2d72a5c170dff3d9ca5a (diff)
downloadpython-dmidecode-b0de4453c466339c7751bf8595a965b19da579e2.tar.gz
python-dmidecode-b0de4453c466339c7751bf8595a965b19da579e2.tar.xz
python-dmidecode-b0de4453c466339c7751bf8595a965b19da579e2.zip
Removed not needed information
Diffstat (limited to 'src')
-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;
}