From 33799ad2d06236b95244337b5325aad5285f2560 Mon Sep 17 00:00:00 2001 From: Marc Blank Date: Sun, 9 Jan 2011 18:30:24 -0800 Subject: [PATCH] Remove STOPSHIP from AttachmentDownloadService Bug: 3335071 Change-Id: Ia6a8e2e7378510db234c4ec5164cb5ef39c529d7 --- src/com/android/email/service/AttachmentDownloadService.java | 4 ---- 1 file changed, 4 deletions(-) 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