diff options
| author | Steve Holme <steve_holme@hotmail.com> | 2013-12-21 12:50:30 +0000 | 
|---|---|---|
| committer | Steve Holme <steve_holme@hotmail.com> | 2013-12-21 12:50:59 +0000 | 
| commit | ca4506b46a8fffaf27cef64ea113312b498eb25e (patch) | |
| tree | 8e041481d8d43bd586cb2c98ab481555f9f38b38 /lib | |
| parent | 727d798d680f29c8b3cb7d7f03d6b6a3eb4356da (diff) | |
Revert "pop3: Added debug information to assist with test864 failure"
This reverts commit 727d798d680f29c8b3cb7d7f03d6b6a3eb4356da.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pop3.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/lib/pop3.c b/lib/pop3.c index aad02b9df..782458ada 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -653,8 +653,6 @@ static CURLcode pop3_state_servergreet_resp(struct connectdata *conn,    (void)instate; /* no use for this yet */ -  DEBUGF(infof(data, "Server Greeting: %s\n", line)); -    if(pop3code != '+') {      failf(data, "Got unexpected pop3-server response");      result = CURLE_FTP_WEIRD_SERVER_REPLY; @@ -678,7 +676,6 @@ static CURLcode pop3_state_servergreet_resp(struct connectdata *conn,            /* Copy the timestamp */            memcpy(pop3c->apoptimestamp, line + i, timestamplen);            pop3c->apoptimestamp[timestamplen] = '\0'; -          DEBUGF(infof(data, "APOP Timestamp: %s\n", pop3c->apoptimestamp));            break;          }        } | 
