From 0009127361b92e7a0a1c409b0e3915c237b283df 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/pttbbs@1293 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/outmail.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/outmail.c b/util/outmail.c index 10a7b6f9..861bae49 100644 --- a/util/outmail.c +++ b/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