Index: uspace/lib/libc/arch/sparc64/src/thread_entry.s
===================================================================
--- uspace/lib/libc/arch/sparc64/src/thread_entry.s	(revision 86018c11a1e682f179cb1ce268bf18b901b8a78b)
+++ uspace/lib/libc/arch/sparc64/src/thread_entry.s	(revision 8e33e1dcb1b815d80298a0dd8ac7a357701e5f55)
@@ -39,5 +39,4 @@
 	#
 
-	# MH
 	#save %sp, -176, %sp
 	#flushw
Index: uspace/lib/libc/generic/thread.c
===================================================================
--- uspace/lib/libc/generic/thread.c	(revision 86018c11a1e682f179cb1ce268bf18b901b8a78b)
+++ uspace/lib/libc/generic/thread.c	(revision 8e33e1dcb1b815d80298a0dd8ac7a357701e5f55)
@@ -41,5 +41,4 @@
 #include <string.h>
 #include <async.h>
-#include <stdio.h>
 
 #ifndef THREAD_INITIAL_STACK_PAGES_NO
@@ -63,6 +62,4 @@
 	__tcb_set(f->tcb);
 
-	// MH
-	printf("uarg: %lx\n", uarg);
 	uarg->uspace_thread_function(uarg->uspace_thread_arg);
 	/* XXX: we cannot free the userspace stack while running on it */
