Index: uspace/app/trace/trace.c
===================================================================
--- uspace/app/trace/trace.c	(revision 1433ecda9b732f3f185f902feb26826ec2496e03)
+++ uspace/app/trace/trace.c	(revision 0cb53ea5ca7c2cc86beec62f1c696b8badb2e6ca)
@@ -381,6 +381,4 @@
 	rc = udebug_args_read(sess, thread_hash, sc_args);
 
-//	printf("[%d] ", thread_id);
-
 	if (rc != EOK) {
 		printf("error\n");
@@ -454,5 +452,4 @@
 		    &ev_type, &val0, &val1);
 
-//		printf("rc = %d, ev_type=%d\n", rc, ev_type);
 		if (ev_type == UDEBUG_EVENT_FINISHED) {
 			/* Done tracing this thread */
