Index: uspace/app/bdsh/cmds/modules/cat/cat.c
===================================================================
--- uspace/app/bdsh/cmds/modules/cat/cat.c	(revision de9c5cbc90334782b655fd95ccf8e38ca75bd9be)
+++ uspace/app/bdsh/cmds/modules/cat/cat.c	(revision 6aae7a3b5470bb4717a31b925f2170ad57596cff)
@@ -122,10 +122,4 @@
 	}
 
-	/* Debug stuff, newline not added purposefully */
-	printf("** %s is a file with the size of %ld bytes\n",
-		fname, total);
-	printf(	"** %d bytes were read in a buffer of %d bytes in %d reads\n",
-		count, blen, reads);
-	printf("** Read %s\n", count == total ? "Succeeded" : "Failed");
 	free(buff);
 
