Merge "Remove debug log from MailboxFinder."

This commit is contained in:
Makoto Onuki 2010-08-13 15:45:48 -07:00 committed by Android (Google) Code Review
commit 70bfdab6a3

View File

@ -174,7 +174,6 @@ public class MailboxFinder {
@Override
protected void onPostExecute(Long mailboxId) {
Log.w(Email.LOG_TAG, "" + isCancelled() + " " + mResult);
if (isCancelled()) {
return;
}