From 57dec086269f741d2faf76e0359efa856b7d50dd Mon Sep 17 00:00:00 2001 From: waker Date: Fri, 20 May 2011 16:20:48 +0200 Subject: remove bogus printf from init_shuffle_albums --- playlist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'playlist.c') 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) { -- cgit v1.2.3