summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {