Remove unneeded logging from EmailProvider

Change-Id: I229c3044566b6067efb7a8a06c10f41dbea3ad5a
This commit is contained in:
Marc Blank 2011-08-19 16:56:29 -07:00
parent bea643e699
commit 1aba472486
1 changed files with 0 additions and 3 deletions

View File

@ -356,9 +356,6 @@ public class Mailbox extends EmailContent implements SyncColumns, MailboxColumns
&& mailboxId != 0L
&& mailboxId != NO_MAILBOX) {
return mailboxId;
} else {
Log.w(Logging.LOG_TAG, "========== Mailbox of type " + type
+ " not found in cache");
}
} finally {
c.close();