about summary refs log tree commit diff
path: root/msort.c
diff options
context:
space:
mode:
Diffstat (limited to 'msort.c')
-rw-r--r--msort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/msort.c b/msort.c
index 02ba7e1..49e8fa3 100644
--- a/msort.c
+++ b/msort.c
@@ -298,6 +298,5 @@ main(int argc, char *argv[])
 		for (i = 0; i < idx; i++)
 			printf("%s\n", mails[i].file);
 
-	fprintf(stderr, "%d mails sorted\n", i);
 	return 0;
 }