summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-12 19:49:24 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-12 19:49:24 +0100
commit2336a053f2e14777123252604d71b3ce523c3cd8 (patch)
treec04cdc7334493374b7896c6d9986c1d9ccfb27fd /playlist.c
parent05b8e93059778fafb922846a2f8b516db94deaf6 (diff)
removed debug printfs
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/playlist.c b/playlist.c
index a6b9d02c..6b46e5b4 100644
--- a/playlist.c
+++ b/playlist.c
@@ -96,7 +96,6 @@ static int pl_order; // mirrors "playback.order" config variable
void
pl_set_order (int order) {
- printf ("pl_set_order %d\n", order);
if (pl_order != order) {
pl_order = order;
pl_reshuffle (NULL, NULL);
@@ -2416,7 +2415,6 @@ pl_select_all (void) {
void
plt_reshuffle (playlist_t *playlist, playItem_t **ppmin, playItem_t **ppmax) {
- printf ("pl_order: %d\n", pl_order);
GLOBAL_LOCK;
playItem_t *pmin = NULL;
playItem_t *pmax = NULL;