Merge "Remove some security violating logging" into ub-mail-master
This commit is contained in:
commit
da9c2d66f6
@ -528,7 +528,6 @@ class ImapConnection {
|
||||
|
||||
private ImapResponse getOAuthResponse() throws IOException, MessagingException {
|
||||
ImapResponse response;
|
||||
LogUtils.d(Logging.LOG_TAG, "sending command %s", getLoginPhrase());
|
||||
sendCommand(getLoginPhrase(), true);
|
||||
do {
|
||||
response = mParser.readResponse();
|
||||
|
Loading…
Reference in New Issue
Block a user