From 1eb9006c8eaa55ea43f5fba68c61427674be733f Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 17 Oct 2012 19:34:00 -0700 Subject: Forgot these log.d's --- .../daneren2005/dsub/service/DownloadServiceImpl.java | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'subsonic-android/src') diff --git a/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java b/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java index ac989a68..aaa8c39c 100644 --- a/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java +++ b/subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java @@ -843,15 +843,15 @@ public class DownloadServiceImpl extends Service implements DownloadService { } } - @Override - public void setSleepTimerDuration(int duration){ - timerDuration = duration; - } + @Override + public void setSleepTimerDuration(int duration){ + timerDuration = duration; + } - @Override - public void setSleepTimerStatus(int status){ - timerStatus = status; - } + @Override + public void setSleepTimerStatus(int status){ + timerStatus = status; + } @Override public void startSleepTimer(){ @@ -886,7 +886,6 @@ public class DownloadServiceImpl extends Service implements DownloadService { } protected synchronized void checkDownloads() { - Log.d(TAG, "Start"); if (!Util.isExternalStoragePresent() || !lifecycleSupport.isExternalStorageAvailable()) { return; } @@ -902,7 +901,6 @@ public class DownloadServiceImpl extends Service implements DownloadService { if (downloadList.isEmpty() && backgroundDownloadList.isEmpty()) { return; } - Log.d(TAG, "Past Check"); // Need to download current playing? if (currentPlaying != null && currentPlaying != currentDownloading && !currentPlaying.isCompleteFileAvailable()) { -- cgit v1.2.3