diff options
Diffstat (limited to 'src/github')
-rw-r--r-- | src/github/daneren2005/dsub/service/DownloadService.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java index 071159b2..3d480613 100644 --- a/src/github/daneren2005/dsub/service/DownloadService.java +++ b/src/github/daneren2005/dsub/service/DownloadService.java @@ -1987,8 +1987,6 @@ public class DownloadService extends Service { if(matched >= REQUIRED_ALBUM_MATCHES) { singleAlbum = true; } - - Log.d(TAG, "Single album: " + singleAlbum); } } // 2 => Use album tags |