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

Merge commit 'db601c4776d7baed4fd66b4aad2188e50c1d4007'

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

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