Remove some security violating logging
Change-Id: Icf53b132516be5f1b392fb9bd3a8970634212642
This commit is contained in:
parent
38fd08e470
commit
b94bfc31cd
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user