diff options
Diffstat (limited to 'src/github/daneren2005')
-rw-r--r-- | src/github/daneren2005/dsub/service/DownloadService.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java index cee2c456..c4dd3546 100644 --- a/src/github/daneren2005/dsub/service/DownloadService.java +++ b/src/github/daneren2005/dsub/service/DownloadService.java @@ -580,7 +580,6 @@ public class DownloadService extends Service { if(shufflePlay) { setShufflePlayEnabled(false); } - Log.d(TAG, "Shuffle mode: " + shufflePlay); lifecycleSupport.post(new Runnable() { @Override |