From a792b3f70dcb8123c7e2003ac09acbe34e4ea0c1 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 6 Jan 2009 22:20:16 +0000 Subject: [PATCH] Removed smtp console logging git-svn-id: svn://ultimatepp.org/upp/trunk@734 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Web/smtp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Web/smtp.cpp b/uppsrc/Web/smtp.cpp index 55c28468c..92b5f4508 100644 --- a/uppsrc/Web/smtp.cpp +++ b/uppsrc/Web/smtp.cpp @@ -3,7 +3,7 @@ NAMESPACE_UPP //#define SMTP_DEBUG // uncomment this line to turn on LOG-based SMTP emulation -#define SMTP_LOG // uncomment this line to turn on command-line based logging of SMTP communication +//#define SMTP_LOG // uncomment this line to turn on command-line based logging of SMTP communication static String GetDelimiter(const char *b, const char *e, String init) {