From 128715219e0fe41662d52a1ed926501fda0090ae Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 21 Jan 2013 20:04:06 -0800 Subject: Forgot to remove Log.d --- subsonic-android/src/github/daneren2005/dsub/view/AlbumView.java | 1 - 1 file changed, 1 deletion(-) (limited to 'subsonic-android') diff --git a/subsonic-android/src/github/daneren2005/dsub/view/AlbumView.java b/subsonic-android/src/github/daneren2005/dsub/view/AlbumView.java index 1f3681ec..ff6eb71b 100644 --- a/subsonic-android/src/github/daneren2005/dsub/view/AlbumView.java +++ b/subsonic-android/src/github/daneren2005/dsub/view/AlbumView.java @@ -84,7 +84,6 @@ public class AlbumView extends UpdateView { protected void update() { starButton.setVisibility((Util.isOffline(getContext()) || !album.isStarred()) ? View.GONE : View.VISIBLE); File file = FileUtil.getAlbumDirectory(context, album); - Log.d(TAG, file.getPath()); if(file.exists()) { moreButton.setImageResource(R.drawable.list_item_more_shaded); } else { -- cgit v1.2.3