diff --git a/src/com/android/email/service/AttachmentDownloadService.java b/src/com/android/email/service/AttachmentDownloadService.java index b317b9571..fba3c3794 100644 --- a/src/com/android/email/service/AttachmentDownloadService.java +++ b/src/com/android/email/service/AttachmentDownloadService.java @@ -384,10 +384,6 @@ public class AttachmentDownloadService extends Service implements Runnable { Log.d(TAG, "== Download of " + req.attachmentId + " timed out"); } cancelDownload(req); - // STOPSHIP Remove this before ship - } else if (Email.DEBUG) { - Log.d(TAG, "== , Download of " + req.attachmentId + - " last callback " + (timeSinceCallback/1000) + " secs ago"); } } // If there are downloads in progress, reset alarm