summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-09 16:21:07 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-09 16:21:07 +0200
commit5d3d436d2e5c825c1c39931479dd19f533573963 (patch)
treea2da5fe45c29ac441b3d639c9f56789de60f1b30 /streamer.c
parent2d520c4c86d0cc67450a7a24a3f2ffba7447cf7e (diff)
huge playlist refactoring, optimized shuffle, several bugfixes
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/streamer.c b/streamer.c
index e98d5ed4..56b4e8a1 100644
--- a/streamer.c
+++ b/streamer.c
@@ -58,7 +58,6 @@ streamer_thread (uintptr_t ctx) {
while (!streaming_terminate) {
if (nextsong >= 0) {
- printf ("starting next song: %d\n", nextsong);
int sng = nextsong;
int pstate = nextsong_pstate;
nextsong = -1;