tp: remove debug start/shutdown printfs

Signed-off-by: Jens Axboe <axboe@fb.com>
diff --git a/tp.c b/tp.c
index 36e2d0f..81d17b6 100644
--- a/tp.c
+++ b/tp.c
@@ -27,8 +27,6 @@
 
 	INIT_FLIST_HEAD(&work_list);
 
-	printf("tp_thread running\n");
-
 	while (1) {
 		pthread_mutex_lock(&tdat->lock);
 
@@ -51,7 +49,6 @@
 		tp_flush_work(&work_list);
 	}
 
-	printf("outta here\n");
 	return NULL;
 }