changeset 111:f8e554e122a1

-#ifdef MLMMJ_DEBUG +#if 0
author mmj
date Thu, 27 May 2004 09:29:48 +1000
parents 6bbaadfb1c43
children eb5ec53ecbc7
files src/mail-functions.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mail-functions.c	Thu May 27 09:29:09 2004 +1000
+++ b/src/mail-functions.c	Thu May 27 09:29:48 2004 +1000
@@ -34,7 +34,7 @@
 		return errno;
 	snprintf(helo, len, "HELO %s\r\n", hostname);
 	len = strlen(helo);
-#ifdef MLMMJ_DEBUG
+#if 0
 	fprintf(stderr, "\nwrite_helo, helo = [%s]\n", helo);
 #endif
 	bytes_written = writen(sockfd, helo, len);
@@ -177,7 +177,7 @@
 	
 	snprintf(customline, len, "%s\r\n", line);
 	len = strlen(customline);
-#ifdef MLMMJ_DEBUG
+#if 0
 	fprintf(stderr, "write_custom_line = [%s]\n", customline);
 	fprintf(stderr, "strlen(customline) = [%d]\n", strlen(customline));
 #endif