changeset 507:32f9a86b90a3

Don't printf
author mmj
date Thu, 12 May 2005 17:19:51 +1000
parents e5cf8bcd161c
children 10852fdfb3aa
files src/mlmmj-sub.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-sub.c	Thu May 12 17:18:40 2005 +1000
+++ b/src/mlmmj-sub.c	Thu May 12 17:19:51 2005 +1000
@@ -460,7 +460,6 @@
 		unlink(sublockname);
 		myfree(sublockname);
 
-		printf("%s is already subscribed to %s.\n", address, listaddr);
 		generate_subscribed(listdir, address, mlmmjsend);
 		
 		return EXIT_SUCCESS;