Turn off debugging code that was accidentally left on.

This goes with Change I52e53c4b.

Change-Id: Ife5672af1c0c5cf2b2c279a9a912beb26c64390d
This commit is contained in:
Andrew Stadler 2009-09-17 21:15:07 -07:00
parent a6888d7448
commit 27bc39399e
1 changed files with 1 additions and 1 deletions

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";