diff options
author | Vincent Richard <[email protected]> | 2016-08-30 17:59:46 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2016-08-30 17:59:46 +0000 |
commit | 79edc1b2f48d56c5b287b1a9ba7145b26e45bc5c (patch) | |
tree | 44d8ae38e795d0ba110959ab840dea7220ab5d2b | |
parent | Fixed #140: invalid separator char in parser. (diff) | |
download | vmime-79edc1b2f48d56c5b287b1a9ba7145b26e45bc5c.tar.gz vmime-79edc1b2f48d56c5b287b1a9ba7145b26e45bc5c.zip |
Disabled debug response.
-rw-r--r-- | src/vmime/net/imap/IMAPParser.hpp | 2 |
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 |