diff options
author | David Sommerseth <davids@redhat.com> | 2010-01-07 16:45:30 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2010-01-07 16:45:30 +0100 |
commit | b0de4453c466339c7751bf8595a965b19da579e2 (patch) | |
tree | 19a0c91f2b3901e634bb860b7e8aa390cd8f2d69 /src | |
parent | 125162cc1eede0c2964c2d72a5c170dff3d9ca5a (diff) | |
download | python-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |