[PATCH] fio: malloc debug cruft
authorJens Axboe <axboe@suse.de>
Wed, 26 Oct 2005 15:06:04 +0000 (17:06 +0200)
committerJens Axboe <axboe@suse.de>
Wed, 26 Oct 2005 15:06:04 +0000 (17:06 +0200)
fio.c

diff --git a/fio.c b/fio.c
index 8a15b15dd8660557847d70d85d67386685d2a976..c7c0b1c690603bb257bcfe390bfbd42c3b3702ff 100644 (file)
--- a/fio.c
+++ b/fio.c
@@ -1691,13 +1691,11 @@ static int parse_jobs_ini(char *file)
                                continue;
                        }
                        if (!check_str(p, "mem", "malloc")) {
-                               printf("got malloc\n");
                                td->mem_type = MEM_MALLOC;
                                fgetpos(f, &off);
                                continue;
                        }
                        if (!check_str(p, "mem", "shm")) {
-                               printf("got shm\n");
                                td->mem_type = MEM_SHM;
                                fgetpos(f, &off);
                                continue;