Merge "Remove some security violating logging" into ub-mail-master

This commit is contained in:
Martin Hibdon 2014-02-14 23:40:13 +00:00 committed by Android (Google) Code Review
commit da9c2d66f6

View File

@ -528,7 +528,6 @@ class ImapConnection {
private ImapResponse getOAuthResponse() throws IOException, MessagingException { private ImapResponse getOAuthResponse() throws IOException, MessagingException {
ImapResponse response; ImapResponse response;
LogUtils.d(Logging.LOG_TAG, "sending command %s", getLoginPhrase());
sendCommand(getLoginPhrase(), true); sendCommand(getLoginPhrase(), true);
do { do {
response = mParser.readResponse(); response = mParser.readResponse();