aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2016-08-30 17:59:46 +0000
committerVincent Richard <[email protected]>2016-08-30 17:59:46 +0000
commit79edc1b2f48d56c5b287b1a9ba7145b26e45bc5c (patch)
tree44d8ae38e795d0ba110959ab840dea7220ab5d2b
parentFixed #140: invalid separator char in parser. (diff)
downloadvmime-79edc1b2f48d56c5b287b1a9ba7145b26e45bc5c.tar.gz
vmime-79edc1b2f48d56c5b287b1a9ba7145b26e45bc5c.zip
Disabled debug response.
-rw-r--r--src/vmime/net/imap/IMAPParser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmime/net/imap/IMAPParser.hpp b/src/vmime/net/imap/IMAPParser.hpp
index 983a39dc..ef239ec2 100644
--- a/src/vmime/net/imap/IMAPParser.hpp
+++ b/src/vmime/net/imap/IMAPParser.hpp
@@ -58,7 +58,7 @@
#include <memory>
-#define DEBUG_RESPONSE 1
+//#define DEBUG_RESPONSE 1
#if DEBUG_RESPONSE