changeset 45:01815cd7df4c

Debugging printf removed
author mmj
date Sun, 25 Apr 2004 20:20:35 +1000
parents 74cf6cb8362f
children 4a80ff540431
files src/mlmmj-unsub.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-unsub.c	Sun Apr 25 20:09:11 2004 +1000
+++ b/src/mlmmj-unsub.c	Sun Apr 25 20:20:35 2004 +1000
@@ -315,7 +315,6 @@
 
 	suboff = find_subscriber(subread, address);
 	if(suboff == -1) {
-		printf("%s is not subscribed\n", address);
 		myunlock(subread);
 		free(subreadname); free(subwritename);
 		close(subread);