Remove STOPSHIP from AttachmentDownloadService

Bug: 3335071
Change-Id: Ia6a8e2e7378510db234c4ec5164cb5ef39c529d7
This commit is contained in:
Marc Blank 2011-01-09 18:30:24 -08:00
parent 2f1a7e8d0a
commit 33799ad2d0

View File

@ -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