am 27bc3939: Turn off debugging code that was accidentally left on.

Merge commit '27bc39399e47e8f14cbb42834990546eb93851de' into eclair-plus-aosp

* commit '27bc39399e47e8f14cbb42834990546eb93851de':
  Turn off debugging code that was accidentally left on.
This commit is contained in:
Andrew Stadler 2009-09-17 22:21:41 -07:00 committed by Android Git Automerger
commit db601c4776

View File

@ -50,7 +50,7 @@ public class MailService extends Service {
/** DO NOT CHECK IN "TRUE" */
private static final boolean DEBUG_FORCE_QUICK_REFRESH = false; // force 1-minute refresh
/** DO NOT CHECK IN "TRUE" */
private static final boolean DEBUG_TAG_ALL_INTENTS = true; // add tagging to intents
private static final boolean DEBUG_TAG_ALL_INTENTS = false; // add tagging to intents
private static final String LOG_TAG = "Email-MailService";