# HG changeset patch # User mmj # Date 1082888435 -36000 # Node ID 01815cd7df4c2881ad6c71877b079d3e5ad660ee # Parent 74cf6cb8362fb1a46cd2e884f659c366712bd187 Debugging printf removed diff -r 74cf6cb8362f -r 01815cd7df4c src/mlmmj-unsub.c --- 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);