Merge "Remove debug log from MailboxFinder."
This commit is contained in:
commit
70bfdab6a3
@ -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