Remove debug log from MailboxFinder.
It was temporarily added purely for debugging, and forgot to remove. Change-Id: I7424465e12faf7f3344206ad9baac075a0b18b26
This commit is contained in:
parent
ab3b066fb8
commit
b7d637232e
@ -174,7 +174,6 @@ public class MailboxFinder {
|
||||
|
||||
@Override
|
||||
protected void onPostExecute(Long mailboxId) {
|
||||
Log.w(Email.LOG_TAG, "" + isCancelled() + " " + mResult);
|
||||
if (isCancelled()) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user