memdiskfind: remove debugging printf
authorH. Peter Anvin <hpa@zytor.com>
Wed, 23 Jun 2010 06:21:15 +0000 (23:21 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 23 Jun 2010 06:21:15 +0000 (23:21 -0700)
Remove accidentally checked in debugging printf.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
utils/memdiskfind.c

index 2528571..decc788 100644 (file)
@@ -110,8 +110,6 @@ int main(int argc, char *argv[])
     if (!mapbase)
        return 2;
 
-    printf("mapbase = %#zx\n", mapbase);
-
     memfd = open("/dev/mem", O_RDONLY);
     if (memfd < 0) {
        fprintf(stderr, "%s: cannot open /dev/mem: %s\n",