Index: benchmark/readyQ/churn.cpp
===================================================================
--- benchmark/readyQ/churn.cpp	(revision 160ee4c993ad3541f0715f8ddef04bfc84888981)
+++ benchmark/readyQ/churn.cpp	(revision db89655bc5956ac9b93d6b72963a2fda2172d2a6)
@@ -74,6 +74,4 @@
 			}
 
-			printf("All Vd\n");
-
 			for(unsigned i = 0; i < nthreads; i++ ) {
 				fibre_join( threads[i], nullptr );
@@ -81,6 +79,4 @@
 				global_blocks  += thddata[i].blocks;
 			}
-
-			printf("Fibers Joined\n");
 
 			delete[](spots);
