]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Debugging printf removed
authormmj <none@none>
Sun, 25 Apr 2004 10:20:35 +0000 (20:20 +1000)
committermmj <none@none>
Sun, 25 Apr 2004 10:20:35 +0000 (20:20 +1000)
src/mlmmj-unsub.c

index c329804f0cf8b0037d2fc7138fa2b2ded7e41cf7..86336d3833365ec4e1c77e501df3074267dea32e 100644 (file)
@@ -315,7 +315,6 @@ int main(int argc, char **argv)
 
        suboff = find_subscriber(subread, address);
        if(suboff == -1) {
-               printf("%s is not subscribed\n", address);
                myunlock(subread);
                free(subreadname); free(subwritename);
                close(subread);