Merge "Remove debug log from MailboxFinder."
This commit is contained in:
commit
70bfdab6a3
@ -174,7 +174,6 @@ public class MailboxFinder {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onPostExecute(Long mailboxId) {
|
protected void onPostExecute(Long mailboxId) {
|
||||||
Log.w(Email.LOG_TAG, "" + isCancelled() + " " + mResult);
|
|
||||||
if (isCancelled()) {
|
if (isCancelled()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user