Index: uspace/app/netecho/netecho.c
===================================================================
--- uspace/app/netecho/netecho.c	(revision a397f1d9b98bef578f2adb4e9fea671cfce6affe)
+++ uspace/app/netecho/netecho.c	(revision 14f1db0aaed5208d5e8340c816ca6e555f81f67e)
@@ -127,8 +127,4 @@
 	size_t reply_length;
 	int value;
-
-	// print the program label
-	printf("Task %d - ", task_get_id());
-	printf("%s\n", NAME);
 
 	// parse the command line arguments
Index: uspace/app/nettest1/nettest1.c
===================================================================
--- uspace/app/nettest1/nettest1.c	(revision a397f1d9b98bef578f2adb4e9fea671cfce6affe)
+++ uspace/app/nettest1/nettest1.c	(revision 14f1db0aaed5208d5e8340c816ca6e555f81f67e)
@@ -105,8 +105,4 @@
 	struct timeval time_after;
 
-	// print the program label
-	printf("Task %d - ", task_get_id());
-	printf("%s\n", NAME);
-
 	// parse the command line arguments
 	// stop before the last argument if it does not start with the minus sign ('-')
Index: uspace/app/nettest2/nettest2.c
===================================================================
--- uspace/app/nettest2/nettest2.c	(revision a397f1d9b98bef578f2adb4e9fea671cfce6affe)
+++ uspace/app/nettest2/nettest2.c	(revision 14f1db0aaed5208d5e8340c816ca6e555f81f67e)
@@ -105,7 +105,4 @@
 	struct timeval time_after;
 
-	printf("Task %d - ", task_get_id());
-	printf("%s\n", NAME);
-
 	// parse the command line arguments
 	// stop before the last argument if it does not start with the minus sign ('-')
Index: uspace/app/ping/ping.c
===================================================================
--- uspace/app/ping/ping.c	(revision a397f1d9b98bef578f2adb4e9fea671cfce6affe)
+++ uspace/app/ping/ping.c	(revision 14f1db0aaed5208d5e8340c816ca6e555f81f67e)
@@ -95,8 +95,4 @@
 	int value;
 	int index;
-
-	// print the program label
-	printf("Task %d - ", task_get_id());
-	printf("%s\n", NAME);
 
 	// parse the command line arguments
