From 04c03ea6dd1686cb34a3d7788a0f75a5a8dc361d Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 7 Oct 2014 19:33:09 -0700 Subject: Missed log --- src/github/daneren2005/dsub/service/DownloadService.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3