Eliminate pointless, useless, deprecated, NOOP, incorrectly commented call.

This commit is contained in:
Daniel Applebaum 2010-01-12 19:28:21 +00:00
parent 64525028de
commit 14587c3f30
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ public class MailService extends CoreService
}
setForeground(true); // if it gets killed once, it'll never restart
if (K9.DEBUG)
Log.i(K9.LOG_TAG, "MailService.onStart(" + intent + ", " + startId
+ "), hasConnectivity = " + hasConnectivity + ", doBackground = " + doBackground);