summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playlist.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/playlist.c b/playlist.c
index 6f3e0147..4416d2fa 100644
--- a/playlist.c
+++ b/playlist.c
@@ -1041,9 +1041,7 @@ pl_nextsong (int reason) {
streamer_set_nextsong (r, 1);
return 0;
}
- printf ("getting next after %p %s\n", curr, curr->fname);
it = curr->next[PL_MAIN];
- printf ("which is %p\n", it);
}
if (!it) {
if (pl_loop_mode == 0) {
@@ -1058,7 +1056,6 @@ pl_nextsong (int reason) {
return -1;
}
int r = pl_get_idx_of (it);
- printf ("which is int(%d)\n", r);
streamer_set_nextsong (r, 1);
return 0;
}