From 8343d6b27cd1ea0e0c0327d119d1eb5a045b26ed Mon Sep 17 00:00:00 2001 From: in2 Date: Tue, 4 Nov 2003 05:38:52 +0000 Subject: remove debug message git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1293 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/util/outmail.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pttbbs/util/outmail.c b/pttbbs/util/outmail.c index 10a7b6f9..861bae49 100644 --- a/pttbbs/util/outmail.c +++ b/pttbbs/util/outmail.c @@ -86,7 +86,6 @@ void doSendBody(int sock, FILE *fp, char *from, char *to, char *subject) { "X-Disclaimer: [" BBSNAME "]對本信內容恕不負責\r\n\r\n", from, from, to, subject, starttime, (msgid += (int)(random() >> 24))); - printf("%x\n", msgid); write(sock, buf, n); while(fgets(buf, sizeof(buf), fp)) { -- cgit v1.2.3