Index: uspace/app/date/date.c
===================================================================
--- uspace/app/date/date.c	(revision eccdc9e2e71b83dea576137858c5053f5f9dfcfb)
+++ uspace/app/date/date.c	(revision a408d5f567c072e4811af8bf6f18b7cb6d09a521)
@@ -98,6 +98,4 @@
 	}
 
-	printf("OPEN!\n");
-
 	/* Now connect to the device */
 	async_sess_t *sess = devman_device_connect(EXCHANGE_SERIALIZE,
@@ -108,6 +106,4 @@
 	}
 
-	printf("CONNECTED!\n");
-
 	/* Read the current date */
 	rc = clock_dev_time_get(sess, &t);
@@ -116,7 +112,4 @@
 		goto exit;
 	}
-
-	printf("SUCCESS!\n");
-	fflush(stdout);
 
 	printf("%d:%d:%d\n", t.tm_hour, t.tm_min, t.tm_sec);
