Add support for storing compressed logs
[fio.git] / tp.c
diff --git a/tp.c b/tp.c
index 36e2d0f5acedf7140fcd008f9a8d450af72bcdc3..81d17b64d1da095d3d3810113d9d15ac23f946f2 100644 (file)
--- a/tp.c
+++ b/tp.c
@@ -27,8 +27,6 @@ static void *tp_thread(void *data)
 
        INIT_FLIST_HEAD(&work_list);
 
-       printf("tp_thread running\n");
-
        while (1) {
                pthread_mutex_lock(&tdat->lock);
 
@@ -51,7 +49,6 @@ static void *tp_thread(void *data)
                tp_flush_work(&work_list);
        }
 
-       printf("outta here\n");
        return NULL;
 }