diff options
author | waker <wakeroid@gmail.com> | 2011-05-20 16:20:48 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-05-20 16:20:48 +0200 |
commit | 57dec086269f741d2faf76e0359efa856b7d50dd (patch) | |
tree | e23ce5e64fc2782f2716a657cff44dfb4bc8fc0f | |
parent | 93701fbacc059d50645d05fe28b8b5b70ce639ef (diff) |
remove bogus printf from init_shuffle_albums
-rw-r--r-- | playlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |