Index: libcfa/src/concurrency/io.cfa
===================================================================
--- libcfa/src/concurrency/io.cfa	(revision 41af19c4fd05a6d608a489a8ef755e3005583223)
+++ libcfa/src/concurrency/io.cfa	(revision 9a7c88fbfb3ba75517e229527fc59129824bb94e)
@@ -220,5 +220,4 @@
 		LOOP: while(!__atomic_load_n(&ring.done, __ATOMIC_SEQ_CST)) {
 			int ret = syscall( __NR_io_uring_enter, ring.fd, 0, 1, IORING_ENTER_GETEVENTS, &mask, _NSIG / 8);
-			__cfaabi_bits_print_safe( STDERR_FILENO, "Performed io_wait, returned %d errmsg %s\n", ret, strerror(errno) );
 			if( ret < 0 ) {
 				switch((int)errno) {
