summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-05-20 16:20:48 +0200
committerGravatar waker <wakeroid@gmail.com>2011-05-20 16:20:48 +0200
commit57dec086269f741d2faf76e0359efa856b7d50dd (patch)
treee23ce5e64fc2782f2716a657cff44dfb4bc8fc0f /playlist.c
parent93701fbacc059d50645d05fe28b8b5b70ce639ef (diff)
remove bogus printf from init_shuffle_albums
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/playlist.c b/playlist.c
index ee7801c0..61d77997 100644
--- a/playlist.c
+++ b/playlist.c
@@ -3875,7 +3875,6 @@ pl_get_playlist (playItem_t *it) {
// mark previous songs in the album as played
void
plt_init_shuffle_albums (playlist_t *plt, int r) {
- printf ("init_shuffle_albums %d\n", r);
pl_lock ();
playItem_t *first = plt_get_item_for_idx (plt, r, PL_MAIN);
if (first->played) {